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