Hi ,
Is it possible to use a shared websocket connection without having to set different endpoints when interacting with Admin and Janus APIs?
Thanks!
Hi ,
Is it possible to use a shared websocket connection without having to set different endpoints when interacting with Admin and Janus APIs?
Thanks!
The two APIs at the moment need different connections. For the same API you can definitely put more users on the same connection, it’s what we do too when using Janode in a wrapper.
Thank you for the information!