Our new developer documentation is now available. Please check it out!
OdinLeftEventPayload
On this page
export interface OdinLeftEventPayload
The payload for the Left event.
Properties
Name | Type | Description |
---|---|---|
event | any | The name of the event that was fired (see keys of OdinEvents for possible values). |
roomId | string | The ID of the room that was left. It’s the same as the room id that was passed to join. |
tag | number | An internal integer representing the type of the event. This is mainly used internally for testing purposes. |