Developer Documentation

OdinLeftEventPayload

export interface OdinLeftEventPayload

The payload for the Left event.

Properties

NameTypeDescription
eventanyThe name of the event that was fired (see keys of OdinEvents for possible values).
roomIdstringThe ID of the room that was left. It’s the same as the room id that was passed to join.
tagnumberAn internal integer representing the type of the event. This is mainly used internally for testing purposes.