330331332333334335336337338339340
} getLogger().info("Connecting media pads ..."); // TODO: should we double check constraints? if (sinkElement != null) { sdpEndpoint.connect(sinkElement); } if (sourceElement != null) { sourceElement.connect(sdpEndpoint); }