Uses of Class
org.kurento.client.OfferOptions
-
Uses of OfferOptions in org.kurento.client
Methods in org.kurento.client with parameters of type OfferOptionsModifier and TypeMethodDescriptionSdpEndpoint.generateOffer(OfferOptions options) Generates an SDP offer with media capabilities of the Endpoint.voidSdpEndpoint.generateOffer(OfferOptions options, Continuation<String> cont) Asynchronous version of generateOffer:Continuation.onSuccess(F)is called when the action is done.SdpEndpoint.generateOffer(Transaction tx, OfferOptions options) Generates an SDP offer with media capabilities of the Endpoint.