Our new developer documentation is now available. Please check it out!
OdinRoomJoinedLeftEvent
On this page
type OdinRoomJoinedLeftEvent = (event: IOdinEvent<IOdinRoomJoinedLeftEventPayload>)
Discussion
The OdinRoomJoinedLeftEvent
event is emitted internally when a room was joined/left. It is reserved for future use.
To get notifications about your own client joining/leaving a room, use the OdinConnectionStateChangedEvent event instead.
Event Scopes
Parameters
Name | Type | Description |
---|---|---|
event | IOdinEvent<IOdinRoomJoinedLeftEventPayload> |