158159160161162163164165
volumeChangeMap.put(info, volume); } SoftphoneControlImpl sc = SoftphoneControlImpl.getInstance(); session.send(client, new AudioVolumeMessage(info.getCellID(), sc.getCallID(), info.getCallID(), volume, true)); }
207208209210211212213214
String softphoneCallID = SoftphoneControlImpl.getInstance().getCallID(); String otherCallID = CallID.getCallID(cell.getCellID()); channelComp.send(new AudioVolumeMessage(cell.getCellID(), softphoneCallID, otherCallID, volume, true)); }