示例#1
0
 public static ErrorNumber MuteLocalVideo(bool isMute)
 {
     return((ErrorNumber)PlcmHelper.MuteLocalVideo(isMute));
 }