# 차단 함수

> How to block users to prevent communication with specific players.

Vivox SDK는 차단 기능을 제공하여 사용자가 자신이 속한 채널 내에서 특정 사용자와의 음성 소통을 차단하도록 지원합니다.

차단은 [`VivoxService.Instance.BlockPlayerAsync(string PlayerId)`](https://docs.unity3d.com/Packages/com.unity.services.vivox@latest/index.html?subfolder=/api/Unity.Services.Vivox.IVivoxService.html#Unity_Services_Vivox_IVivoxService_BlockPlayerAsync_System_String_)와 [`VivoxService.Instance.UnblockPlayerAsync(string PlayerId)`](https://docs.unity3d.com/Packages/com.unity.services.vivox@latest/index.html?subfolder=/api/Unity.Services.Vivox.IVivoxService.html#Unity_Services_Vivox_IVivoxService_UnblockPlayerAsync_System_String_) 함수로 관리됩니다. PlayerId의 경우 `VivoxParticipant` 구성에서 찾을 수 있으며 각 채널의 각 플레이어를 나타냅니다.
