Interface: RoomStatusChangedPayload
Interface describing the payload of an OdinConnectionStateChangedEventHandler
.
Properties
newState
newState:
RoomStatus
Current state of the connection.
Defined in
Odin/odin-typescript/lib/api/room/types.d.ts:64
oldState
oldState:
RoomStatus
Previous state of the connection.
Defined in
Odin/odin-typescript/lib/api/room/types.d.ts:60