Block functions
The Vivox SDK offers blocking functionality, allowing a user to prevent themselves from being heard by or hearing a specific user, in any channel that they are a part of.
Blocking is managed by the VivoxService.Instance.BlockPlayerAsync(string PlayerId)
and VivoxService.Instance.UnblockPlayerAsync(string PlayerId)
functions. PlayerId's are found in the VivoxParticipant
construct representing each player in each channel.