Skip to main content

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

NameTypeDescription
roomstruct OdinRoom *The room handle.

Return Value

TypeDescription
uint64_tThe connection ID, or 0.