WebSockets Admin/Monitor API

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

The Admin API is pull based, it doesn’t have events. If you’re talking of Event Handlers, that’s another API that’s enabled separately.

1 Like