You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am using scene.remote_auth_token['token'] to retrieve the token to pass to Jitsi. Now that I am moving to arts-runtime-native, which uses a local .arena_mqtt_auth token file, this does not work. We should maybe have something like a scene.auth_token variable that works no matter the auth method.
The text was updated successfully, but these errors were encountered:
Currently I am using
scene.remote_auth_token['token']
to retrieve the token to pass to Jitsi. Now that I am moving to arts-runtime-native, which uses a local.arena_mqtt_auth
token file, this does not work. We should maybe have something like ascene.auth_token
variable that works no matter the auth method.The text was updated successfully, but these errors were encountered: