return;
}
logger.info("Creating RTP connection [" + ENDPOINT_NAME + "]");
String sdp = new String(request.getRawContent());
msConnection.modify("$", sdp);
}
public void onConnectionCreated(MsConnectionEvent evt, ActivityContextInterface aci) {
MsConnection connection = evt.getConnection();
logger.info("Created RTP connection [" + connection.getEndpoint() + "]");