odin_room_resend_user_data
Overview
Flushes the local peer's user data by re-sending it to the server, ensuring that the latest data is synchronized across all connected peers.
This function does NOT need to be invoked manually. It is typically used internally by an ODIN cipher after encryption key rotations to update and maintain data consistency.
Parameters
| Name | Type | Description |
|---|---|---|
room | struct OdinRoom * | The room handle. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |