示例#1
0
 public void setMuted(final boolean state) {
   if (mAudioHost != null && mProtocol != null && mProtocol.currentUser != null) {
     mAudioHost.setSelfMuted(mProtocol.currentUser, state);
     settings.setMutedAndDeafened(state, false);
   }
 }