Package org.kurento.client
Class OfferOptions
java.lang.Object
org.kurento.client.OfferOptions
Used to customize the offer created by
SdpEndpoint.generateOffer
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget Whether or not to offer to the remote peer the opportunity to send audio.get Whether or not to offer to the remote peer the opportunity to send video.void
setOfferToReceiveAudio
(Boolean offerToReceiveAudio) set Whether or not to offer to the remote peer the opportunity to send audio.void
setOfferToReceiveVideo
(Boolean offerToReceiveVideo) set Whether or not to offer to the remote peer the opportunity to send video.
-
Constructor Details
-
OfferOptions
public OfferOptions()Create a OfferOptions
-
-
Method Details
-
getOfferToReceiveAudio
get Whether or not to offer to the remote peer the opportunity to send audio. -
setOfferToReceiveAudio
set Whether or not to offer to the remote peer the opportunity to send audio. -
getOfferToReceiveVideo
get Whether or not to offer to the remote peer the opportunity to send video. -
setOfferToReceiveVideo
set Whether or not to offer to the remote peer the opportunity to send video.
-