652653654655656657658659660661662
// was reporting a mute softphoneMuted(isMuted); return; } sc.mute(isMuted); sendMessage(new MuteCallRequestMessage(callID, isMuted)); } /**
834835836837838839840841842843844
// sync up mute state SoftphoneControlImpl sc = SoftphoneControlImpl.getInstance(); String callID = sc.getCallID(); if (callID != null) { sc.mute(true); sendMessage(new MuteCallRequestMessage(callID, true)); } } }