agent-join - Event fired when an agent joins the cluster.
The agent info event payload.
agent-leave - Event fired when an agent leaves the cluster.
The node event payload.
agent-update - Event fired when an agent updates its information.
The agent info event payload.
cluster-disconnect - Event fired when the current node is disconnected from the cluster.
The node event payload.
cluster-leave - Event fired when the current node leaves the cluster.
content-publish-media - Event fired when a node publishes a new media stream.
The publish media stream event payload.
content-unpublish-media - Event fired when a node unpublishes a media stream.
The unpublish media stream event payload.
local-media-stream-track-fail - Event fired when a local media stream track fails.
The local media stream track fail event payload.
If the local media stream is a ILocalDynamicMediaStream, you can remove the failed track from the stream and add a new one to the stream. If the local media stream is a ILocalMediaStream, you will have to unpublish the stream and publish a new one with new tracks.
user-join - Event fired when a user joins the cluster.
The user info event payload.
user-leave - Event fired when a user leaves the cluster.
The node event payload.
user-update - Event fired when a user updates its information.
The user info event payload.
The cluster events interface.