Events
Receive collab:presenter-state
Server -> joining socket: current presenter and playback state when a presenter already exists.
server → client on the
collab channel. Socket.IO event name: collab:presenter-state.Server -> joining socket: current presenter and playback state when a presenter already exists.
Sent instead of collab:presenter-assign to a socket that joins a namespace that already has a presenter.
Payload: collab:presenter-state
Payload of the 'collab:presenter-state' socket event.
| Property | Type | Required | Description |
|---|---|---|---|
presenterId | string | no | |
presenterDisplayName | string | null | no | |
playback | object | no | { currentTime: number, playing: boolean }. |
timestamp | integer | no |