예제 #1
0
 public bool IsClientMutedForAll(IVoiceClient client)
 {
     return(NativeLibary.JV_IsClientMutedForAll(client.Handle.Identifer));
 }