114115116117118119120121122
participants.add(otherEndId); this.channelSend = new PPChannelSender(sId, otherEndId, client); this.channelRecv = new PPChannelReceiver(sId, myRid, client); startVoice(); }
172173174175176177178179180
System.exit(0); } this.channelSend = new PPChannelSender(sId, otherEndId, client); this.channelRecv = new PPChannelReceiver(sId, myRid, client); startVoice(); }