Events
Last updated
Last updated
With events you can subscribe to various things which are happening inside the room.
For example you may want to hide the iframe when user leaves the meeting -> then you will subscribe to the event. For the full list of events please have a look at the navigation bar on the left.
You will subscribe to an event with the method and unsubscribe with the method. There is also the method for subscription, but it's only a one-time subscription and is used rarely in general. The events architecture is built upon the commonly used interface.