odin_room_connection_stats
Retrieves statistics for the underlying connection of the specified OdinRoomHandle
Declaration
Parameters
room
Handle of the room for which connection statistics will be retrieved. See OdinRoomHandle
Declaration
stats
Pointer to where the retrieved connection statistics will be stored. The structure must be large enough to store the
connection statistics. See OdinConnectionStats
Declaration
Returns
A return code indicating success or failure. See OdinReturnCode
Return Type