Hi, So I want to use the Admin/Monitor API using WebSockets. I have been using requests via the demos. I wanted to understand: does Janus send events to the WebSocket client for all events, or do I have to query them every time to get the events via the WebSocket event? From my end, I’m not getting events even if I create a new session and handles. What could I be missing?
Regards