[−][src]Struct web_sys::RtcPeerConnection
The RTCPeerConnection object
This API requires the following crate features to be activated: RtcPeerConnection
Methods
impl RtcPeerConnection[src]
pub fn new() -> Result<RtcPeerConnection, JsValue>[src]
The new RTCPeerConnection(..) constructor, creating a new instance of RTCPeerConnection
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn new_with_configuration(
configuration: &RtcConfiguration
) -> Result<RtcPeerConnection, JsValue>[src]
configuration: &RtcConfiguration
) -> Result<RtcPeerConnection, JsValue>
The new RTCPeerConnection(..) constructor, creating a new instance of RTCPeerConnection
This API requires the following crate features to be activated: RtcConfiguration, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn new_with_configuration_and_constraints(
configuration: &RtcConfiguration,
constraints: Option<&Object>
) -> Result<RtcPeerConnection, JsValue>[src]
configuration: &RtcConfiguration,
constraints: Option<&Object>
) -> Result<RtcPeerConnection, JsValue>
The new RTCPeerConnection(..) constructor, creating a new instance of RTCPeerConnection
This API requires the following crate features to be activated: RtcConfiguration, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn add_ice_candidate_with_opt_rtc_ice_candidate_init(
&self,
candidate: Option<&RtcIceCandidateInit>
) -> Promise[src]
&self,
candidate: Option<&RtcIceCandidateInit>
) -> Promise
The addIceCandidate() method
This API requires the following crate features to be activated: RtcIceCandidateInit, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn add_ice_candidate_with_opt_rtc_ice_candidate(
&self,
candidate: Option<&RtcIceCandidate>
) -> Promise[src]
&self,
candidate: Option<&RtcIceCandidate>
) -> Promise
The addIceCandidate() method
This API requires the following crate features to be activated: RtcIceCandidate, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn add_ice_candidate_with_rtc_ice_candidate_and_success_callback_and_failure_callback(
&self,
candidate: &RtcIceCandidate,
success_callback: &Function,
failure_callback: &Function
) -> Promise[src]
&self,
candidate: &RtcIceCandidate,
success_callback: &Function,
failure_callback: &Function
) -> Promise
The addIceCandidate() method
This API requires the following crate features to be activated: RtcIceCandidate, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn add_stream(&self, stream: &MediaStream)[src]
The addStream() method
This API requires the following crate features to be activated: MediaStream, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn add_track(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams: &Array
) -> RtcRtpSender[src]
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams: &Array
) -> RtcRtpSender
The addTrack() method
This API requires the following crate features to be activated: MediaStream, MediaStreamTrack, RtcPeerConnection, RtcRtpSender
impl RtcPeerConnection[src]
pub fn add_track_0(
&self,
track: &MediaStreamTrack,
stream: &MediaStream
) -> RtcRtpSender[src]
&self,
track: &MediaStreamTrack,
stream: &MediaStream
) -> RtcRtpSender
The addTrack() method
This API requires the following crate features to be activated: MediaStream, MediaStreamTrack, RtcPeerConnection, RtcRtpSender
impl RtcPeerConnection[src]
pub fn add_track_1(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream
) -> RtcRtpSender[src]
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream
) -> RtcRtpSender
The addTrack() method
This API requires the following crate features to be activated: MediaStream, MediaStreamTrack, RtcPeerConnection, RtcRtpSender
impl RtcPeerConnection[src]
pub fn add_track_2(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream
) -> RtcRtpSender[src]
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream
) -> RtcRtpSender
The addTrack() method
This API requires the following crate features to be activated: MediaStream, MediaStreamTrack, RtcPeerConnection, RtcRtpSender
impl RtcPeerConnection[src]
pub fn add_track_3(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
more_streams_3: &MediaStream
) -> RtcRtpSender[src]
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
more_streams_3: &MediaStream
) -> RtcRtpSender
The addTrack() method
This API requires the following crate features to be activated: MediaStream, MediaStreamTrack, RtcPeerConnection, RtcRtpSender
impl RtcPeerConnection[src]
pub fn add_track_4(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
more_streams_3: &MediaStream,
more_streams_4: &MediaStream
) -> RtcRtpSender[src]
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
more_streams_3: &MediaStream,
more_streams_4: &MediaStream
) -> RtcRtpSender
The addTrack() method
This API requires the following crate features to be activated: MediaStream, MediaStreamTrack, RtcPeerConnection, RtcRtpSender
impl RtcPeerConnection[src]
pub fn add_track_5(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
more_streams_3: &MediaStream,
more_streams_4: &MediaStream,
more_streams_5: &MediaStream
) -> RtcRtpSender[src]
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
more_streams_3: &MediaStream,
more_streams_4: &MediaStream,
more_streams_5: &MediaStream
) -> RtcRtpSender
The addTrack() method
This API requires the following crate features to be activated: MediaStream, MediaStreamTrack, RtcPeerConnection, RtcRtpSender
impl RtcPeerConnection[src]
pub fn add_track_6(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
more_streams_3: &MediaStream,
more_streams_4: &MediaStream,
more_streams_5: &MediaStream,
more_streams_6: &MediaStream
) -> RtcRtpSender[src]
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
more_streams_3: &MediaStream,
more_streams_4: &MediaStream,
more_streams_5: &MediaStream,
more_streams_6: &MediaStream
) -> RtcRtpSender
The addTrack() method
This API requires the following crate features to be activated: MediaStream, MediaStreamTrack, RtcPeerConnection, RtcRtpSender
impl RtcPeerConnection[src]
pub fn add_track_7(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
more_streams_3: &MediaStream,
more_streams_4: &MediaStream,
more_streams_5: &MediaStream,
more_streams_6: &MediaStream,
more_streams_7: &MediaStream
) -> RtcRtpSender[src]
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
more_streams_3: &MediaStream,
more_streams_4: &MediaStream,
more_streams_5: &MediaStream,
more_streams_6: &MediaStream,
more_streams_7: &MediaStream
) -> RtcRtpSender
The addTrack() method
This API requires the following crate features to be activated: MediaStream, MediaStreamTrack, RtcPeerConnection, RtcRtpSender
impl RtcPeerConnection[src]
pub fn add_transceiver_with_media_stream_track(
&self,
track_or_kind: &MediaStreamTrack
) -> RtcRtpTransceiver[src]
&self,
track_or_kind: &MediaStreamTrack
) -> RtcRtpTransceiver
The addTransceiver() method
This API requires the following crate features to be activated: MediaStreamTrack, RtcPeerConnection, RtcRtpTransceiver
impl RtcPeerConnection[src]
pub fn add_transceiver_with_str(&self, track_or_kind: &str) -> RtcRtpTransceiver[src]
The addTransceiver() method
This API requires the following crate features to be activated: RtcPeerConnection, RtcRtpTransceiver
impl RtcPeerConnection[src]
pub fn add_transceiver_with_media_stream_track_and_init(
&self,
track_or_kind: &MediaStreamTrack,
init: &RtcRtpTransceiverInit
) -> RtcRtpTransceiver[src]
&self,
track_or_kind: &MediaStreamTrack,
init: &RtcRtpTransceiverInit
) -> RtcRtpTransceiver
The addTransceiver() method
This API requires the following crate features to be activated: MediaStreamTrack, RtcPeerConnection, RtcRtpTransceiver, RtcRtpTransceiverInit
impl RtcPeerConnection[src]
pub fn add_transceiver_with_str_and_init(
&self,
track_or_kind: &str,
init: &RtcRtpTransceiverInit
) -> RtcRtpTransceiver[src]
&self,
track_or_kind: &str,
init: &RtcRtpTransceiverInit
) -> RtcRtpTransceiver
The addTransceiver() method
This API requires the following crate features to be activated: RtcPeerConnection, RtcRtpTransceiver, RtcRtpTransceiverInit
impl RtcPeerConnection[src]
pub fn close(&self)[src]
The close() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn create_answer(&self) -> Promise[src]
The createAnswer() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn create_answer_with_rtc_answer_options(
&self,
options: &RtcAnswerOptions
) -> Promise[src]
&self,
options: &RtcAnswerOptions
) -> Promise
The createAnswer() method
This API requires the following crate features to be activated: RtcAnswerOptions, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn create_answer_with_success_callback_and_failure_callback(
&self,
success_callback: &Function,
failure_callback: &Function
) -> Promise[src]
&self,
success_callback: &Function,
failure_callback: &Function
) -> Promise
The createAnswer() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn create_data_channel(&self, label: &str) -> RtcDataChannel[src]
The createDataChannel() method
This API requires the following crate features to be activated: RtcDataChannel, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn create_data_channel_with_data_channel_dict(
&self,
label: &str,
data_channel_dict: &RtcDataChannelInit
) -> RtcDataChannel[src]
&self,
label: &str,
data_channel_dict: &RtcDataChannelInit
) -> RtcDataChannel
The createDataChannel() method
This API requires the following crate features to be activated: RtcDataChannel, RtcDataChannelInit, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn create_offer(&self) -> Promise[src]
The createOffer() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn create_offer_with_rtc_offer_options(
&self,
options: &RtcOfferOptions
) -> Promise[src]
&self,
options: &RtcOfferOptions
) -> Promise
The createOffer() method
This API requires the following crate features to be activated: RtcOfferOptions, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn create_offer_with_callback_and_failure_callback(
&self,
success_callback: &Function,
failure_callback: &Function
) -> Promise[src]
&self,
success_callback: &Function,
failure_callback: &Function
) -> Promise
The createOffer() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn create_offer_with_callback_and_failure_callback_and_options(
&self,
success_callback: &Function,
failure_callback: &Function,
options: &RtcOfferOptions
) -> Promise[src]
&self,
success_callback: &Function,
failure_callback: &Function,
options: &RtcOfferOptions
) -> Promise
The createOffer() method
This API requires the following crate features to be activated: RtcOfferOptions, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn generate_certificate_with_object(
keygen_algorithm: &Object
) -> Result<Promise, JsValue>[src]
keygen_algorithm: &Object
) -> Result<Promise, JsValue>
The generateCertificate() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn generate_certificate_with_str(
keygen_algorithm: &str
) -> Result<Promise, JsValue>[src]
keygen_algorithm: &str
) -> Result<Promise, JsValue>
The generateCertificate() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn get_configuration(&self) -> RtcConfiguration[src]
The getConfiguration() method
This API requires the following crate features to be activated: RtcConfiguration, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn get_identity_assertion(&self) -> Promise[src]
The getIdentityAssertion() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn get_local_streams(&self) -> Array[src]
The getLocalStreams() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn get_receivers(&self) -> Array[src]
The getReceivers() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn get_remote_streams(&self) -> Array[src]
The getRemoteStreams() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn get_senders(&self) -> Array[src]
The getSenders() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn get_stats(&self) -> Promise[src]
The getStats() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn get_stats_with_selector(
&self,
selector: Option<&MediaStreamTrack>
) -> Promise[src]
&self,
selector: Option<&MediaStreamTrack>
) -> Promise
The getStats() method
This API requires the following crate features to be activated: MediaStreamTrack, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn get_stats_with_selector_and_success_callback_and_failure_callback(
&self,
selector: Option<&MediaStreamTrack>,
success_callback: &Function,
failure_callback: &Function
) -> Promise[src]
&self,
selector: Option<&MediaStreamTrack>,
success_callback: &Function,
failure_callback: &Function
) -> Promise
The getStats() method
This API requires the following crate features to be activated: MediaStreamTrack, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn get_transceivers(&self) -> Array[src]
The getTransceivers() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn remove_track(&self, sender: &RtcRtpSender)[src]
The removeTrack() method
This API requires the following crate features to be activated: RtcPeerConnection, RtcRtpSender
impl RtcPeerConnection[src]
pub fn set_identity_provider(&self, provider: &str)[src]
The setIdentityProvider() method
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_identity_provider_with_options(
&self,
provider: &str,
options: &RtcIdentityProviderOptions
)[src]
&self,
provider: &str,
options: &RtcIdentityProviderOptions
)
The setIdentityProvider() method
This API requires the following crate features to be activated: RtcIdentityProviderOptions, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_local_description(
&self,
description: &RtcSessionDescriptionInit
) -> Promise[src]
&self,
description: &RtcSessionDescriptionInit
) -> Promise
The setLocalDescription() method
This API requires the following crate features to be activated: RtcPeerConnection, RtcSessionDescriptionInit
impl RtcPeerConnection[src]
pub fn set_local_description_with_success_callback_and_failure_callback(
&self,
description: &RtcSessionDescriptionInit,
success_callback: &Function,
failure_callback: &Function
) -> Promise[src]
&self,
description: &RtcSessionDescriptionInit,
success_callback: &Function,
failure_callback: &Function
) -> Promise
The setLocalDescription() method
This API requires the following crate features to be activated: RtcPeerConnection, RtcSessionDescriptionInit
impl RtcPeerConnection[src]
pub fn set_remote_description(
&self,
description: &RtcSessionDescriptionInit
) -> Promise[src]
&self,
description: &RtcSessionDescriptionInit
) -> Promise
The setRemoteDescription() method
This API requires the following crate features to be activated: RtcPeerConnection, RtcSessionDescriptionInit
impl RtcPeerConnection[src]
pub fn set_remote_description_with_success_callback_and_failure_callback(
&self,
description: &RtcSessionDescriptionInit,
success_callback: &Function,
failure_callback: &Function
) -> Promise[src]
&self,
description: &RtcSessionDescriptionInit,
success_callback: &Function,
failure_callback: &Function
) -> Promise
The setRemoteDescription() method
This API requires the following crate features to be activated: RtcPeerConnection, RtcSessionDescriptionInit
impl RtcPeerConnection[src]
pub fn local_description(&self) -> Option<RtcSessionDescription>[src]
The localDescription getter
This API requires the following crate features to be activated: RtcPeerConnection, RtcSessionDescription
impl RtcPeerConnection[src]
pub fn current_local_description(&self) -> Option<RtcSessionDescription>[src]
The currentLocalDescription getter
This API requires the following crate features to be activated: RtcPeerConnection, RtcSessionDescription
impl RtcPeerConnection[src]
pub fn pending_local_description(&self) -> Option<RtcSessionDescription>[src]
The pendingLocalDescription getter
This API requires the following crate features to be activated: RtcPeerConnection, RtcSessionDescription
impl RtcPeerConnection[src]
pub fn remote_description(&self) -> Option<RtcSessionDescription>[src]
The remoteDescription getter
This API requires the following crate features to be activated: RtcPeerConnection, RtcSessionDescription
impl RtcPeerConnection[src]
pub fn current_remote_description(&self) -> Option<RtcSessionDescription>[src]
The currentRemoteDescription getter
This API requires the following crate features to be activated: RtcPeerConnection, RtcSessionDescription
impl RtcPeerConnection[src]
pub fn pending_remote_description(&self) -> Option<RtcSessionDescription>[src]
The pendingRemoteDescription getter
This API requires the following crate features to be activated: RtcPeerConnection, RtcSessionDescription
impl RtcPeerConnection[src]
pub fn signaling_state(&self) -> RtcSignalingState[src]
The signalingState getter
This API requires the following crate features to be activated: RtcPeerConnection, RtcSignalingState
impl RtcPeerConnection[src]
pub fn can_trickle_ice_candidates(&self) -> Option<bool>[src]
The canTrickleIceCandidates getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn ice_gathering_state(&self) -> RtcIceGatheringState[src]
The iceGatheringState getter
This API requires the following crate features to be activated: RtcIceGatheringState, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn ice_connection_state(&self) -> RtcIceConnectionState[src]
The iceConnectionState getter
This API requires the following crate features to be activated: RtcIceConnectionState, RtcPeerConnection
impl RtcPeerConnection[src]
pub fn peer_identity(&self) -> Promise[src]
The peerIdentity getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn idp_login_url(&self) -> Option<String>[src]
The idpLoginUrl getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn onnegotiationneeded(&self) -> Option<Function>[src]
The onnegotiationneeded getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_onnegotiationneeded(&self, onnegotiationneeded: Option<&Function>)[src]
The onnegotiationneeded setter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn onicecandidate(&self) -> Option<Function>[src]
The onicecandidate getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_onicecandidate(&self, onicecandidate: Option<&Function>)[src]
The onicecandidate setter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn onsignalingstatechange(&self) -> Option<Function>[src]
The onsignalingstatechange getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_onsignalingstatechange(
&self,
onsignalingstatechange: Option<&Function>
)[src]
&self,
onsignalingstatechange: Option<&Function>
)
The onsignalingstatechange setter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn onaddstream(&self) -> Option<Function>[src]
The onaddstream getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_onaddstream(&self, onaddstream: Option<&Function>)[src]
The onaddstream setter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn onaddtrack(&self) -> Option<Function>[src]
The onaddtrack getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_onaddtrack(&self, onaddtrack: Option<&Function>)[src]
The onaddtrack setter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn ontrack(&self) -> Option<Function>[src]
The ontrack getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_ontrack(&self, ontrack: Option<&Function>)[src]
The ontrack setter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn onremovestream(&self) -> Option<Function>[src]
The onremovestream getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_onremovestream(&self, onremovestream: Option<&Function>)[src]
The onremovestream setter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn oniceconnectionstatechange(&self) -> Option<Function>[src]
The oniceconnectionstatechange getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_oniceconnectionstatechange(
&self,
oniceconnectionstatechange: Option<&Function>
)[src]
&self,
oniceconnectionstatechange: Option<&Function>
)
The oniceconnectionstatechange setter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn onicegatheringstatechange(&self) -> Option<Function>[src]
The onicegatheringstatechange getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_onicegatheringstatechange(
&self,
onicegatheringstatechange: Option<&Function>
)[src]
&self,
onicegatheringstatechange: Option<&Function>
)
The onicegatheringstatechange setter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn ondatachannel(&self) -> Option<Function>[src]
The ondatachannel getter
This API requires the following crate features to be activated: RtcPeerConnection
impl RtcPeerConnection[src]
pub fn set_ondatachannel(&self, ondatachannel: Option<&Function>)[src]
The ondatachannel setter
This API requires the following crate features to be activated: RtcPeerConnection
Methods from Deref<Target = EventTarget>
pub fn add_event_listener_with_callback(
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn add_event_listener_with_callback_and_add_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
pub fn add_event_listener_with_event_listener_and_add_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
pub fn add_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn add_event_listener_with_callback_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventTarget
pub fn add_event_listener_with_event_listener_and_add_event_listener_options_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: AddEventListenerOptions, EventListener, EventTarget
pub fn add_event_listener_with_callback_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: EventTarget
pub fn add_event_listener_with_event_listener_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &EventListener,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: bool,
wants_untrusted: Option<bool>
) -> Result<(), JsValue>
The addEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn dispatch_event(&self, event: &Event) -> Result<bool, JsValue>[src]
The dispatchEvent() method
This API requires the following crate features to be activated: Event, EventTarget
pub fn remove_event_listener_with_callback(
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function
) -> Result<(), JsValue>
The removeEventListener() method
This API requires the following crate features to be activated: EventTarget
pub fn remove_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener
) -> Result<(), JsValue>
The removeEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
pub fn remove_event_listener_with_callback_and_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions
) -> Result<(), JsValue>
The removeEventListener() method
This API requires the following crate features to be activated: EventListenerOptions, EventTarget
pub fn remove_event_listener_with_event_listener_and_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions
) -> Result<(), JsValue>
The removeEventListener() method
This API requires the following crate features to be activated: EventListener, EventListenerOptions, EventTarget
pub fn remove_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &Function,
options: bool
) -> Result<(), JsValue>
The removeEventListener() method
This API requires the following crate features to be activated: EventTarget
pub fn remove_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>[src]
&self,
type_: &str,
listener: &EventListener,
options: bool
) -> Result<(), JsValue>
The removeEventListener() method
This API requires the following crate features to be activated: EventListener, EventTarget
Trait Implementations
impl AsRef<JsValue> for RtcPeerConnection[src]
impl AsRef<EventTarget> for RtcPeerConnection[src]
fn as_ref(&self) -> &EventTarget[src]
impl AsRef<Object> for RtcPeerConnection[src]
impl Clone for RtcPeerConnection[src]
fn clone(&self) -> RtcPeerConnection[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl From<JsValue> for RtcPeerConnection[src]
fn from(obj: JsValue) -> RtcPeerConnection[src]
impl From<RtcPeerConnection> for JsValue[src]
fn from(obj: RtcPeerConnection) -> JsValue[src]
impl From<RtcPeerConnection> for EventTarget[src]
fn from(obj: RtcPeerConnection) -> EventTarget[src]
impl From<RtcPeerConnection> for Object[src]
fn from(obj: RtcPeerConnection) -> Object[src]
impl Deref for RtcPeerConnection[src]
type Target = EventTarget
The resulting type after dereferencing.
fn deref(&self) -> &EventTarget[src]
impl Debug for RtcPeerConnection[src]
impl JsCast for RtcPeerConnection[src]
fn instanceof(val: &JsValue) -> bool[src]
fn unchecked_from_js(val: JsValue) -> Self[src]
fn unchecked_from_js_ref(val: &JsValue) -> &Self[src]
fn has_type<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
Test whether this JS value has a type T. Read more
fn dyn_into<T>(self) -> Result<T, Self> where
T: JsCast, [src]
T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn dyn_ref<T>(&self) -> Option<&T> where
T: JsCast, [src]
T: JsCast,
Performs a dynamic cast (checked at runtime) of this value into the target type T. Read more
fn unchecked_into<T>(self) -> T where
T: JsCast, [src]
T: JsCast,
Performs a zero-cost unchecked cast into the specified type. Read more
fn unchecked_ref<T>(&self) -> &T where
T: JsCast, [src]
T: JsCast,
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
fn is_instance_of<T>(&self) -> bool where
T: JsCast, [src]
T: JsCast,
Test whether this JS value is an instance of the type T. Read more
fn is_type_of(val: &JsValue) -> bool[src]
Performs a dynamic check to see whether the JsValue provided is a value of this type. Read more
impl IntoWasmAbi for RtcPeerConnection[src]
type Abi = <JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi[src]
impl<'a> IntoWasmAbi for &'a RtcPeerConnection[src]
type Abi = <&'a JsValue as IntoWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI boundary. Read more
fn into_abi(self, extra: &mut dyn Stack) -> Self::Abi[src]
impl RefFromWasmAbi for RtcPeerConnection[src]
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<RtcPeerConnection>
The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more
unsafe fn ref_from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self::Anchor[src]
impl FromWasmAbi for RtcPeerConnection[src]
type Abi = <JsValue as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more
unsafe fn from_abi(js: Self::Abi, extra: &mut dyn Stack) -> Self[src]
impl WasmDescribe for RtcPeerConnection[src]
impl OptionIntoWasmAbi for RtcPeerConnection[src]
impl<'a> OptionIntoWasmAbi for &'a RtcPeerConnection[src]
impl OptionFromWasmAbi for RtcPeerConnection[src]
Auto Trait Implementations
impl !Send for RtcPeerConnection
impl !Sync for RtcPeerConnection
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> ReturnWasmAbi for T where
T: IntoWasmAbi, [src]
T: IntoWasmAbi,
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi