Our new developer documentation is now available. Please check it out!
OdinRoom.updateOwnUserData
On this page
public updateOwnUserData(userData: Uint8Array): void
Updates the peer user data of the local peer
Parameters
Name | Type | Description |
---|---|---|
userData | Uint8Array | The new user data to set. |
Returns
Type | Description |
---|---|
void |