Modifier and Type | Method and Description |
---|---|
String |
SdpEndpoint.generateOffer(OfferOptions options)
Generates an SDP offer with media capabilities of the Endpoint.
|
void |
SdpEndpoint.generateOffer(OfferOptions options,
Continuation<String> cont)
Asynchronous version of generateOffer:
Continuation.onSuccess(F) is called when the action is
done. |
TFuture<String> |
SdpEndpoint.generateOffer(Transaction tx,
OfferOptions options)
Generates an SDP offer with media capabilities of the Endpoint.
|
Copyright © 2020 Kurento. All rights reserved.