Class OfferOptions


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

      • OfferOptions

        public OfferOptions()
        Create a OfferOptions
    • Method Detail

      • 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.