Logger.log("Mismatched RId received as response...");
Logger.log("Program will exit now.");
System.exit(0);
}
this.channelSend = new PPChannelSender(sId, otherEndId, client);
this.channelRecv = new PPChannelReceiver(sId, myRid, client);
startVoice();
}