Developer Documentation

OdinRoom.updateOwnUserData

public updateOwnUserData(userData: Uint8Array): void

Updates the peer user data of the local peer

Parameters

NameTypeDescription
userDataUint8ArrayThe new user data to set.

Returns

TypeDescription
void