odin_room_get_connection_id
uint64_t odin_room_get_connection_id(struct OdinRoom *room);
Overview
Retrieves the underlying connection identifier associated with the room, or 0 if no valid connection exists.
Parameters
| Name | Type | Description |
|---|
room | struct OdinRoom * | The room handle. |
Return Value
| Type | Description |
|---|
uint64_t | The connection ID, or 0. |