OdinEvent_JoinedData
Data structure for the OdinEvent_Joined event.
Declaration
Fields
room_id
Name of the joined room (null-terminated).
Declaration
room_id_len
Length of the room name.
Declaration
room_user_data
Byte array with arbitrary user data of the room.
Declaration
room_user_data_len
Length of the room user data array.
Declaration
customer
Identifier of the customer the room is assigned to (null-terminated).
Declaration
customer_len
Length of the customer identifier.
Declaration
own_peer_id
Own peer ID assigned by the server.
Declaration
own_user_id
Own user identifier of the peer specified during authentication (null-terminated).
Declaration
own_user_id_len
Length of the own user identifier.
Declaration