OdinEvent_RoomConnectionStateChangedData
Data structure for the OdinEvent_RoomConnectionStateChanged event.
Declaration
typedef struct OdinEvent_RoomConnectionStateChangedData {
int connection_state;
int reason;
} OdinEvent_RoomConnectionStateChangedData;
Fields
connection_state
The new connection state of the room.
reason
Reason for the connection state change.