Class OfferOptions

java.lang.Object
org.kurento.client.OfferOptions

public class OfferOptions extends Object
Used to customize the offer created by SdpEndpoint.generateOffer.
  • Constructor Details

    • OfferOptions

      public OfferOptions()
      Create a OfferOptions
  • Method Details

    • getOfferToReceiveAudio

      public Boolean getOfferToReceiveAudio()
      get Whether or not to offer to the remote peer the opportunity to send audio.
    • setOfferToReceiveAudio

      public void setOfferToReceiveAudio(Boolean offerToReceiveAudio)
      set Whether or not to offer to the remote peer the opportunity to send audio.
    • getOfferToReceiveVideo

      public Boolean getOfferToReceiveVideo()
      get Whether or not to offer to the remote peer the opportunity to send video.
    • setOfferToReceiveVideo

      public void setOfferToReceiveVideo(Boolean offerToReceiveVideo)
      set Whether or not to offer to the remote peer the opportunity to send video.