odin_room_peer_id
Retrieves your own peer ID from the specified OdinRoomHandle
Declaration
Parameters
room
Handle of the room whose peer ID is to be retrieved. See OdinRoomHandle
Declaration
out_peer_id
Buffer to store the peer ID. The buffer must be large enough to store the peer ID.
Declaration
Returns
A return code indicating success or failure. See OdinReturnCode
Declaration