Our new developer documentation is now available. Please check it out!
Room.UpdateRoomUserDataAsync
public async Task<bool> UpdateRoomUserDataAsync(IUserData userData)
Updates the user data for the current room.
Parameters
Name | Type | Description |
---|---|---|
userData | IUserData | Userdata to send |
Returns
Type | Description |
---|---|
Task<Boolean> | true if userdata was set for the room or false |