odin_room_get_name
Overview
Retrieves the name from the specified room.
Parameters
| Name | Type | Description |
|---|---|---|
room | struct OdinRoom * | The room handle. |
out_value | char * | Buffer to write the name to. |
out_value_length | uint32_t * | Input: buffer size, Output: actual name length. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |