Hello!
We have 3 instances of wrapper around Janus. Obviously, they can’t share the same websocket connection. Is it possible to use one session from different transports (websockets) ?
E.g when i set reclaim_session_timeout: 9999
Hello!
We have 3 instances of wrapper around Janus. Obviously, they can’t share the same websocket connection. Is it possible to use one session from different transports (websockets) ?
E.g when i set reclaim_session_timeout: 9999
Not at the same time, no. The reclaim feature only works to completely move one session to a different transport, but you could still miss some events in the transition, so it’s not a good idea at all to do it often.