Interface: RoomStatusChangedPayload
Interface describing the payload of an OdinConnectionStateChangedEventHandler
.
Properties
newState
newState:
RoomStatus
Current state of the connection.
Defined in
ari/lib/api/room/types.d.ts:69
oldState
oldState:
RoomStatus
Previous state of the connection.
Defined in
ari/lib/api/room/types.d.ts:65