public String getId() { return symImpl.getId(); }
protected void setTransmitter(RtpTransmitterEndpoint endpoint) { logger.debug("setTransmitter " + this.symImpl.getId()); this.rtpTransmitterEndpoint = endpoint; symImpl.setTransmitter(endpoint.getSymTransmitter()); }
public RtpSession(SymImpl symImpl) { this.symImpl = symImpl; this.rtpReceiverEndpoint = new RtpReceiverEndpoint(symImpl.getReceiver()); }