Method UnblockPlayerAsync
UnblockPlayerAsync(string)
"Unblock" a player, bidirectionally unmuting audio/text between that player and the local user.
Declaration
Task UnblockPlayerAsync(string playerId)
Parameters
Type | Name | Description |
---|---|---|
string | playerId | The PlayerId to bidirectionally mute or unmute |
Returns
Type | Description |
---|---|
Task | Task for the operation |