Skip to main content

odin_room_close

Closes the specified ODIN room handle, thus making our own peer leave the room on the server and closing the connection if needed.

Declaration
OdinReturnCode odin_room_close(OdinRoomHandle room);

Parameters

room

Handle of the room to be closed. See

OdinRoomHandle

for more information.

Declaration
OdinRoomHandle room;

Returns

A return code indicating success or failure. See

OdinReturnCode

for more information.

Declaration
OdinReturnCode