Example #1
0
 /// <summary>
 /// 设置麦克风静音 android,ios有效
 /// </summary>
 /// <param name="mute">是否静音 true:静音</param>
 public static void SetMicrophoneMute(bool mute)
 {
     DeviceNativeMethods.nim_vchat_set_microphone_mute(mute);
 }