Interface MediaConstraintSetInterface_


@JsType(isNative=true, namespace="<global>") public interface MediaConstraintSetInterface_
  • Method Details

    • isDtlsSrtpKeyAgreement

      @JsProperty(name="DtlsSrtpKeyAgreement") boolean isDtlsSrtpKeyAgreement()
    • isOfferToReceiveAudio

      @JsProperty(name="OfferToReceiveAudio") boolean isOfferToReceiveAudio()
    • isOfferToReceiveVideo

      @JsProperty(name="OfferToReceiveVideo") boolean isOfferToReceiveVideo()
    • isRtpDataChannels

      @JsProperty(name="RtpDataChannels") boolean isRtpDataChannels()
    • setDtlsSrtpKeyAgreement

      @JsProperty(name="DtlsSrtpKeyAgreement") void setDtlsSrtpKeyAgreement(boolean DtlsSrtpKeyAgreement)
    • setOfferToReceiveAudio

      @JsProperty(name="OfferToReceiveAudio") void setOfferToReceiveAudio(boolean OfferToReceiveAudio)
    • setOfferToReceiveVideo

      @JsProperty(name="OfferToReceiveVideo") void setOfferToReceiveVideo(boolean OfferToReceiveVideo)
    • setRtpDataChannels

      @JsProperty(name="RtpDataChannels") void setRtpDataChannels(boolean RtpDataChannels)