Package elemental2.dom
Interface MediaConstraintSetInterface_
-
@JsType(isNative=true, namespace="<global>") public interface MediaConstraintSetInterface_
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDtlsSrtpKeyAgreement()
boolean
isOfferToReceiveAudio()
boolean
isOfferToReceiveVideo()
boolean
isRtpDataChannels()
void
setDtlsSrtpKeyAgreement(boolean DtlsSrtpKeyAgreement)
void
setOfferToReceiveAudio(boolean OfferToReceiveAudio)
void
setOfferToReceiveVideo(boolean OfferToReceiveVideo)
void
setRtpDataChannels(boolean RtpDataChannels)
-
-
-
Method Detail
-
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)
-
-