odin_room_send_datagram
Overview
Sends an encoded voice packet to the server for the specified room.
Parameters
| Name | Type | Description |
|---|---|---|
room | struct OdinRoom * | The room handle. |
bytes | const uint8_t * | The encoded audio packet. |
bytes_length | uint32_t | The length of the packet. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |