Skip to main content

odin_room_connection_stats

Retrieves statistics for the underlying connection of the specified

OdinRoomHandle

.

Declaration
OdinReturnCode odin_room_connection_stats(OdinRoomHandle room, struct OdinConnectionStats *stats);

Parameters

room

Handle of the room for which connection statistics will be retrieved. See

OdinRoomHandle

for more information.

Declaration
OdinRoomHandle room;

stats

Pointer to where the retrieved connection statistics will be stored. The structure must be large enough to store the connection statistics. See

OdinConnectionStats

for more information.

Declaration
OdinConnectionStats *stats;

Returns

A return code indicating success or failure. See

OdinReturnCode

for more information.

Return Type
OdinReturnCode