pub struct RtcPeerConnection { /* private fields */ }
Expand description
The RtcPeerConnection
class.
This API requires the following crate features to be activated: RtcPeerConnection
Implementations§
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn local_description(&self) -> Option<RtcSessionDescription>
pub fn local_description(&self) -> Option<RtcSessionDescription>
Getter for the localDescription
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcSessionDescription
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn current_local_description(&self) -> Option<RtcSessionDescription>
pub fn current_local_description(&self) -> Option<RtcSessionDescription>
Getter for the currentLocalDescription
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcSessionDescription
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn pending_local_description(&self) -> Option<RtcSessionDescription>
pub fn pending_local_description(&self) -> Option<RtcSessionDescription>
Getter for the pendingLocalDescription
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcSessionDescription
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn remote_description(&self) -> Option<RtcSessionDescription>
pub fn remote_description(&self) -> Option<RtcSessionDescription>
Getter for the remoteDescription
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcSessionDescription
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn current_remote_description(&self) -> Option<RtcSessionDescription>
pub fn current_remote_description(&self) -> Option<RtcSessionDescription>
Getter for the currentRemoteDescription
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcSessionDescription
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn pending_remote_description(&self) -> Option<RtcSessionDescription>
pub fn pending_remote_description(&self) -> Option<RtcSessionDescription>
Getter for the pendingRemoteDescription
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcSessionDescription
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn signaling_state(&self) -> RtcSignalingState
pub fn signaling_state(&self) -> RtcSignalingState
Getter for the signalingState
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcSignalingState
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn can_trickle_ice_candidates(&self) -> Option<bool>
pub fn can_trickle_ice_candidates(&self) -> Option<bool>
Getter for the canTrickleIceCandidates
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn ice_gathering_state(&self) -> RtcIceGatheringState
pub fn ice_gathering_state(&self) -> RtcIceGatheringState
Getter for the iceGatheringState
field of this object.
This API requires the following crate features to be activated: RtcIceGatheringState
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn ice_connection_state(&self) -> RtcIceConnectionState
pub fn ice_connection_state(&self) -> RtcIceConnectionState
Getter for the iceConnectionState
field of this object.
This API requires the following crate features to be activated: RtcIceConnectionState
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn connection_state(&self) -> RtcPeerConnectionState
pub fn connection_state(&self) -> RtcPeerConnectionState
Getter for the connectionState
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcPeerConnectionState
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn peer_identity(&self) -> Promise
pub fn peer_identity(&self) -> Promise
Getter for the peerIdentity
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn idp_login_url(&self) -> Option<String>
pub fn idp_login_url(&self) -> Option<String>
Getter for the idpLoginUrl
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn onnegotiationneeded(&self) -> Option<Function>
pub fn onnegotiationneeded(&self) -> Option<Function>
Getter for the onnegotiationneeded
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_onnegotiationneeded(&self, value: Option<&Function>)
pub fn set_onnegotiationneeded(&self, value: Option<&Function>)
Setter for the onnegotiationneeded
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn onicecandidate(&self) -> Option<Function>
pub fn onicecandidate(&self) -> Option<Function>
Getter for the onicecandidate
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_onicecandidate(&self, value: Option<&Function>)
pub fn set_onicecandidate(&self, value: Option<&Function>)
Setter for the onicecandidate
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn onsignalingstatechange(&self) -> Option<Function>
pub fn onsignalingstatechange(&self) -> Option<Function>
Getter for the onsignalingstatechange
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_onsignalingstatechange(&self, value: Option<&Function>)
pub fn set_onsignalingstatechange(&self, value: Option<&Function>)
Setter for the onsignalingstatechange
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn onaddstream(&self) -> Option<Function>
pub fn onaddstream(&self) -> Option<Function>
Getter for the onaddstream
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_onaddstream(&self, value: Option<&Function>)
pub fn set_onaddstream(&self, value: Option<&Function>)
Setter for the onaddstream
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn onaddtrack(&self) -> Option<Function>
pub fn onaddtrack(&self) -> Option<Function>
Getter for the onaddtrack
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_onaddtrack(&self, value: Option<&Function>)
pub fn set_onaddtrack(&self, value: Option<&Function>)
Setter for the onaddtrack
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_ontrack(&self, value: Option<&Function>)
pub fn set_ontrack(&self, value: Option<&Function>)
Setter for the ontrack
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn onremovestream(&self) -> Option<Function>
pub fn onremovestream(&self) -> Option<Function>
Getter for the onremovestream
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_onremovestream(&self, value: Option<&Function>)
pub fn set_onremovestream(&self, value: Option<&Function>)
Setter for the onremovestream
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn oniceconnectionstatechange(&self) -> Option<Function>
pub fn oniceconnectionstatechange(&self) -> Option<Function>
Getter for the oniceconnectionstatechange
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_oniceconnectionstatechange(&self, value: Option<&Function>)
pub fn set_oniceconnectionstatechange(&self, value: Option<&Function>)
Setter for the oniceconnectionstatechange
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn onicegatheringstatechange(&self) -> Option<Function>
pub fn onicegatheringstatechange(&self) -> Option<Function>
Getter for the onicegatheringstatechange
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_onicegatheringstatechange(&self, value: Option<&Function>)
pub fn set_onicegatheringstatechange(&self, value: Option<&Function>)
Setter for the onicegatheringstatechange
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn onconnectionstatechange(&self) -> Option<Function>
pub fn onconnectionstatechange(&self) -> Option<Function>
Getter for the onconnectionstatechange
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_onconnectionstatechange(&self, value: Option<&Function>)
pub fn set_onconnectionstatechange(&self, value: Option<&Function>)
Setter for the onconnectionstatechange
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn ondatachannel(&self) -> Option<Function>
pub fn ondatachannel(&self) -> Option<Function>
Getter for the ondatachannel
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_ondatachannel(&self, value: Option<&Function>)
pub fn set_ondatachannel(&self, value: Option<&Function>)
Setter for the ondatachannel
field of this object.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn new() -> Result<RtcPeerConnection, JsValue>
pub fn new() -> Result<RtcPeerConnection, JsValue>
The new RtcPeerConnection(..)
constructor, creating a new instance of RtcPeerConnection
.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn new_with_configuration(
configuration: &RtcConfiguration,
) -> Result<RtcPeerConnection, JsValue>
pub fn new_with_configuration( 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
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn new_with_configuration_and_constraints(
configuration: &RtcConfiguration,
constraints: Option<&Object>,
) -> Result<RtcPeerConnection, JsValue>
pub fn new_with_configuration_and_constraints( 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
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_ice_candidate_with_opt_rtc_ice_candidate_init(
&self,
candidate: Option<&RtcIceCandidateInit>,
) -> Promise
pub fn add_ice_candidate_with_opt_rtc_ice_candidate_init( &self, candidate: Option<&RtcIceCandidateInit>, ) -> Promise
The addIceCandidate()
method.
This API requires the following crate features to be activated: RtcIceCandidateInit
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_ice_candidate_with_opt_rtc_ice_candidate(
&self,
candidate: Option<&RtcIceCandidate>,
) -> Promise
pub fn add_ice_candidate_with_opt_rtc_ice_candidate( &self, candidate: Option<&RtcIceCandidate>, ) -> Promise
The addIceCandidate()
method.
This API requires the following crate features to be activated: RtcIceCandidate
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_ice_candidate_with_rtc_ice_candidate_and_success_callback_and_failure_callback(
&self,
candidate: &RtcIceCandidate,
success_callback: &Function,
failure_callback: &Function,
) -> Promise
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
The addIceCandidate()
method.
This API requires the following crate features to be activated: RtcIceCandidate
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_stream(&self, stream: &MediaStream)
pub fn add_stream(&self, stream: &MediaStream)
The addStream()
method.
This API requires the following crate features to be activated: MediaStream
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_track(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams: &Array,
) -> RtcRtpSender
pub fn add_track( &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
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_track_0(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
) -> RtcRtpSender
pub fn add_track_0( &self, track: &MediaStreamTrack, stream: &MediaStream, ) -> RtcRtpSender
The addTrack()
method.
This API requires the following crate features to be activated: MediaStream
, MediaStreamTrack
, RtcPeerConnection
, RtcRtpSender
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_track_1(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
) -> RtcRtpSender
pub fn add_track_1( &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
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_track_2(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
) -> RtcRtpSender
pub fn add_track_2( &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
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_track_3(
&self,
track: &MediaStreamTrack,
stream: &MediaStream,
more_streams_1: &MediaStream,
more_streams_2: &MediaStream,
more_streams_3: &MediaStream,
) -> RtcRtpSender
pub fn add_track_3( &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
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub 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
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
The addTrack()
method.
This API requires the following crate features to be activated: MediaStream
, MediaStreamTrack
, RtcPeerConnection
, RtcRtpSender
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub 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
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
The addTrack()
method.
This API requires the following crate features to be activated: MediaStream
, MediaStreamTrack
, RtcPeerConnection
, RtcRtpSender
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub 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
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
The addTrack()
method.
This API requires the following crate features to be activated: MediaStream
, MediaStreamTrack
, RtcPeerConnection
, RtcRtpSender
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub 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
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
The addTrack()
method.
This API requires the following crate features to be activated: MediaStream
, MediaStreamTrack
, RtcPeerConnection
, RtcRtpSender
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_transceiver_with_media_stream_track(
&self,
track_or_kind: &MediaStreamTrack,
) -> RtcRtpTransceiver
pub fn add_transceiver_with_media_stream_track( &self, track_or_kind: &MediaStreamTrack, ) -> RtcRtpTransceiver
The addTransceiver()
method.
This API requires the following crate features to be activated: MediaStreamTrack
, RtcPeerConnection
, RtcRtpTransceiver
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_transceiver_with_str(&self, track_or_kind: &str) -> RtcRtpTransceiver
pub fn add_transceiver_with_str(&self, track_or_kind: &str) -> RtcRtpTransceiver
The addTransceiver()
method.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcRtpTransceiver
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_transceiver_with_media_stream_track_and_init(
&self,
track_or_kind: &MediaStreamTrack,
init: &RtcRtpTransceiverInit,
) -> RtcRtpTransceiver
pub fn add_transceiver_with_media_stream_track_and_init( &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
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn add_transceiver_with_str_and_init(
&self,
track_or_kind: &str,
init: &RtcRtpTransceiverInit,
) -> RtcRtpTransceiver
pub fn add_transceiver_with_str_and_init( &self, track_or_kind: &str, init: &RtcRtpTransceiverInit, ) -> RtcRtpTransceiver
The addTransceiver()
method.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcRtpTransceiver
, RtcRtpTransceiverInit
Source§impl RtcPeerConnection
impl RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn create_answer(&self) -> Promise
pub fn create_answer(&self) -> Promise
The createAnswer()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn create_answer_with_rtc_answer_options(
&self,
options: &RtcAnswerOptions,
) -> Promise
pub fn create_answer_with_rtc_answer_options( &self, options: &RtcAnswerOptions, ) -> Promise
The createAnswer()
method.
This API requires the following crate features to be activated: RtcAnswerOptions
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn create_answer_with_success_callback_and_failure_callback(
&self,
success_callback: &Function,
failure_callback: &Function,
) -> Promise
pub fn create_answer_with_success_callback_and_failure_callback( &self, success_callback: &Function, failure_callback: &Function, ) -> Promise
The createAnswer()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn create_data_channel(&self, label: &str) -> RtcDataChannel
pub fn create_data_channel(&self, label: &str) -> RtcDataChannel
The createDataChannel()
method.
This API requires the following crate features to be activated: RtcDataChannel
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn create_data_channel_with_data_channel_dict(
&self,
label: &str,
data_channel_dict: &RtcDataChannelInit,
) -> RtcDataChannel
pub fn create_data_channel_with_data_channel_dict( &self, label: &str, data_channel_dict: &RtcDataChannelInit, ) -> RtcDataChannel
The createDataChannel()
method.
This API requires the following crate features to be activated: RtcDataChannel
, RtcDataChannelInit
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn create_offer(&self) -> Promise
pub fn create_offer(&self) -> Promise
The createOffer()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn create_offer_with_rtc_offer_options(
&self,
options: &RtcOfferOptions,
) -> Promise
pub fn create_offer_with_rtc_offer_options( &self, options: &RtcOfferOptions, ) -> Promise
The createOffer()
method.
This API requires the following crate features to be activated: RtcOfferOptions
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn create_offer_with_callback_and_failure_callback(
&self,
success_callback: &Function,
failure_callback: &Function,
) -> Promise
pub fn create_offer_with_callback_and_failure_callback( &self, success_callback: &Function, failure_callback: &Function, ) -> Promise
The createOffer()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn create_offer_with_callback_and_failure_callback_and_options(
&self,
success_callback: &Function,
failure_callback: &Function,
options: &RtcOfferOptions,
) -> Promise
pub fn create_offer_with_callback_and_failure_callback_and_options( &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
Source§impl RtcPeerConnection
impl RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn get_configuration(&self) -> RtcConfiguration
pub fn get_configuration(&self) -> RtcConfiguration
The getConfiguration()
method.
This API requires the following crate features to be activated: RtcConfiguration
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn get_identity_assertion(&self) -> Promise
pub fn get_identity_assertion(&self) -> Promise
The getIdentityAssertion()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn get_local_streams(&self) -> Array
pub fn get_local_streams(&self) -> Array
The getLocalStreams()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn get_receivers(&self) -> Array
pub fn get_receivers(&self) -> Array
The getReceivers()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn get_remote_streams(&self) -> Array
pub fn get_remote_streams(&self) -> Array
The getRemoteStreams()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn get_senders(&self) -> Array
pub fn get_senders(&self) -> Array
The getSenders()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn get_stats_with_selector(
&self,
selector: Option<&MediaStreamTrack>,
) -> Promise
pub fn get_stats_with_selector( &self, selector: Option<&MediaStreamTrack>, ) -> Promise
The getStats()
method.
This API requires the following crate features to be activated: MediaStreamTrack
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn get_stats_with_selector_and_success_callback_and_failure_callback(
&self,
selector: Option<&MediaStreamTrack>,
success_callback: &Function,
failure_callback: &Function,
) -> Promise
pub fn get_stats_with_selector_and_success_callback_and_failure_callback( &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
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn get_transceivers(&self) -> Array
pub fn get_transceivers(&self) -> Array
The getTransceivers()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn remove_track(&self, sender: &RtcRtpSender)
pub fn remove_track(&self, sender: &RtcRtpSender)
The removeTrack()
method.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcRtpSender
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_configuration(&self) -> Result<(), JsValue>
pub fn set_configuration(&self) -> Result<(), JsValue>
The setConfiguration()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_configuration_with_configuration(
&self,
configuration: &RtcConfiguration,
) -> Result<(), JsValue>
pub fn set_configuration_with_configuration( &self, configuration: &RtcConfiguration, ) -> Result<(), JsValue>
The setConfiguration()
method.
This API requires the following crate features to be activated: RtcConfiguration
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_identity_provider(&self, provider: &str)
pub fn set_identity_provider(&self, provider: &str)
The setIdentityProvider()
method.
This API requires the following crate features to be activated: RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_identity_provider_with_options(
&self,
provider: &str,
options: &RtcIdentityProviderOptions,
)
pub fn set_identity_provider_with_options( &self, provider: &str, options: &RtcIdentityProviderOptions, )
The setIdentityProvider()
method.
This API requires the following crate features to be activated: RtcIdentityProviderOptions
, RtcPeerConnection
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_local_description(
&self,
description: &RtcSessionDescriptionInit,
) -> Promise
pub fn set_local_description( &self, description: &RtcSessionDescriptionInit, ) -> Promise
The setLocalDescription()
method.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcSessionDescriptionInit
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_local_description_with_success_callback_and_failure_callback(
&self,
description: &RtcSessionDescriptionInit,
success_callback: &Function,
failure_callback: &Function,
) -> Promise
pub fn set_local_description_with_success_callback_and_failure_callback( &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
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_remote_description(
&self,
description: &RtcSessionDescriptionInit,
) -> Promise
pub fn set_remote_description( &self, description: &RtcSessionDescriptionInit, ) -> Promise
The setRemoteDescription()
method.
This API requires the following crate features to be activated: RtcPeerConnection
, RtcSessionDescriptionInit
Source§impl RtcPeerConnection
impl RtcPeerConnection
Sourcepub fn set_remote_description_with_success_callback_and_failure_callback(
&self,
description: &RtcSessionDescriptionInit,
success_callback: &Function,
failure_callback: &Function,
) -> Promise
pub fn set_remote_description_with_success_callback_and_failure_callback( &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
Methods from Deref<Target = EventTarget>§
Sourcepub fn add_event_listener_with_callback(
&self,
type_: &str,
listener: &Function,
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback( &self, type_: &str, listener: &Function, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: EventTarget
Sourcepub fn add_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener,
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener( &self, type_: &str, listener: &EventListener, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: EventListener
, EventTarget
Sourcepub fn add_event_listener_with_callback_and_add_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &AddEventListenerOptions,
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback_and_add_event_listener_options( &self, type_: &str, listener: &Function, options: &AddEventListenerOptions, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: AddEventListenerOptions
, EventTarget
Sourcepub fn add_event_listener_with_event_listener_and_add_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &AddEventListenerOptions,
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_add_event_listener_options( &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
Sourcepub fn add_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool,
) -> Result<(), JsValue>
pub fn add_event_listener_with_callback_and_bool( &self, type_: &str, listener: &Function, options: bool, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: EventTarget
Sourcepub fn add_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool,
) -> Result<(), JsValue>
pub fn add_event_listener_with_event_listener_and_bool( &self, type_: &str, listener: &EventListener, options: bool, ) -> Result<(), JsValue>
The addEventListener()
method.
This API requires the following crate features to be activated: EventListener
, EventTarget
Sourcepub 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>
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>
The addEventListener()
method.
This API requires the following crate features to be activated: AddEventListenerOptions
, EventTarget
Sourcepub 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>
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>
The addEventListener()
method.
This API requires the following crate features to be activated: AddEventListenerOptions
, EventListener
, EventTarget
Sourcepub fn add_event_listener_with_callback_and_bool_and_wants_untrusted(
&self,
type_: &str,
listener: &Function,
options: bool,
wants_untrusted: Option<bool>,
) -> Result<(), JsValue>
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>
The addEventListener()
method.
This API requires the following crate features to be activated: EventTarget
Sourcepub 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>
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>
The addEventListener()
method.
This API requires the following crate features to be activated: EventListener
, EventTarget
Sourcepub fn dispatch_event(&self, event: &Event) -> Result<bool, JsValue>
pub fn dispatch_event(&self, event: &Event) -> Result<bool, JsValue>
The dispatchEvent()
method.
This API requires the following crate features to be activated: Event
, EventTarget
Sourcepub fn remove_event_listener_with_callback(
&self,
type_: &str,
listener: &Function,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_callback( &self, type_: &str, listener: &Function, ) -> Result<(), JsValue>
The removeEventListener()
method.
This API requires the following crate features to be activated: EventTarget
Sourcepub fn remove_event_listener_with_event_listener(
&self,
type_: &str,
listener: &EventListener,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener( &self, type_: &str, listener: &EventListener, ) -> Result<(), JsValue>
The removeEventListener()
method.
This API requires the following crate features to be activated: EventListener
, EventTarget
Sourcepub fn remove_event_listener_with_callback_and_event_listener_options(
&self,
type_: &str,
listener: &Function,
options: &EventListenerOptions,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_callback_and_event_listener_options( &self, type_: &str, listener: &Function, options: &EventListenerOptions, ) -> Result<(), JsValue>
The removeEventListener()
method.
This API requires the following crate features to be activated: EventListenerOptions
, EventTarget
Sourcepub fn remove_event_listener_with_event_listener_and_event_listener_options(
&self,
type_: &str,
listener: &EventListener,
options: &EventListenerOptions,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener_and_event_listener_options( &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
Sourcepub fn remove_event_listener_with_callback_and_bool(
&self,
type_: &str,
listener: &Function,
options: bool,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_callback_and_bool( &self, type_: &str, listener: &Function, options: bool, ) -> Result<(), JsValue>
The removeEventListener()
method.
This API requires the following crate features to be activated: EventTarget
Sourcepub fn remove_event_listener_with_event_listener_and_bool(
&self,
type_: &str,
listener: &EventListener,
options: bool,
) -> Result<(), JsValue>
pub fn remove_event_listener_with_event_listener_and_bool( &self, type_: &str, listener: &EventListener, options: bool, ) -> Result<(), JsValue>
The removeEventListener()
method.
This API requires the following crate features to be activated: EventListener
, EventTarget
Methods from Deref<Target = Object>§
Sourcepub fn constructor(&self) -> Function
pub fn constructor(&self) -> Function
The constructor property returns a reference to the Object
constructor
function that created the instance object.
Sourcepub fn has_own_property(&self, property: &JsValue) -> bool
pub fn has_own_property(&self, property: &JsValue) -> bool
The hasOwnProperty()
method returns a boolean indicating whether the
object has the specified property as its own property (as opposed to
inheriting it).
Sourcepub fn is_prototype_of(&self, value: &JsValue) -> bool
pub fn is_prototype_of(&self, value: &JsValue) -> bool
The isPrototypeOf()
method checks if an object exists in another
object’s prototype chain.
Sourcepub fn property_is_enumerable(&self, property: &JsValue) -> bool
pub fn property_is_enumerable(&self, property: &JsValue) -> bool
The propertyIsEnumerable()
method returns a Boolean indicating
whether the specified property is enumerable.
Sourcepub fn to_locale_string(&self) -> JsString
pub fn to_locale_string(&self) -> JsString
The toLocaleString()
method returns a string representing the object.
This method is meant to be overridden by derived objects for
locale-specific purposes.
Sourcepub fn to_string(&self) -> JsString
pub fn to_string(&self) -> JsString
The toString()
method returns a string representing the object.
Methods from Deref<Target = JsValue>§
pub const NULL: JsValue = _
pub const UNDEFINED: JsValue = _
pub const TRUE: JsValue = _
pub const FALSE: JsValue = _
Sourcepub fn as_f64(&self) -> Option<f64>
pub fn as_f64(&self) -> Option<f64>
Returns the f64
value of this JS value if it’s an instance of a
number.
If this JS value is not an instance of a number then this returns
None
.
Sourcepub fn as_string(&self) -> Option<String>
pub fn as_string(&self) -> Option<String>
If this JS value is a string value, this function copies the JS string
value into Wasm linear memory, encoded as UTF-8, and returns it as a
Rust String
.
To avoid the copying and re-encoding, consider the
JsString::try_from()
function from js-sys
instead.
If this JS value is not an instance of a string or if it’s not valid
utf-8 then this returns None
.
§UTF-16 vs UTF-8
JavaScript strings in general are encoded as UTF-16, but Rust strings
are encoded as UTF-8. This can cause the Rust string to look a bit
different than the JS string sometimes. For more details see the
documentation about the str
type which contains a few
caveats about the encodings.
Sourcepub fn as_bool(&self) -> Option<bool>
pub fn as_bool(&self) -> Option<bool>
Returns the bool
value of this JS value if it’s an instance of a
boolean.
If this JS value is not an instance of a boolean then this returns
None
.
Sourcepub fn is_undefined(&self) -> bool
pub fn is_undefined(&self) -> bool
Tests whether this JS value is undefined
Sourcepub fn is_function(&self) -> bool
pub fn is_function(&self) -> bool
Tests whether the type of this JS value is function
.
Sourcepub fn js_in(&self, obj: &JsValue) -> bool
pub fn js_in(&self, obj: &JsValue) -> bool
Applies the binary in
JS operator on the two JsValue
s.
Sourcepub fn loose_eq(&self, other: &JsValue) -> bool
pub fn loose_eq(&self, other: &JsValue) -> bool
Compare two JsValue
s for equality, using the ==
operator in JS.
Sourcepub fn unsigned_shr(&self, rhs: &JsValue) -> u32
pub fn unsigned_shr(&self, rhs: &JsValue) -> u32
Applies the binary >>>
JS operator on the two JsValue
s.
Sourcepub fn checked_div(&self, rhs: &JsValue) -> JsValue
pub fn checked_div(&self, rhs: &JsValue) -> JsValue
Applies the binary /
JS operator on two JsValue
s, catching and returning any RangeError
thrown.
Sourcepub fn pow(&self, rhs: &JsValue) -> JsValue
pub fn pow(&self, rhs: &JsValue) -> JsValue
Applies the binary **
JS operator on the two JsValue
s.
Sourcepub fn lt(&self, other: &JsValue) -> bool
pub fn lt(&self, other: &JsValue) -> bool
Applies the binary <
JS operator on the two JsValue
s.
Sourcepub fn le(&self, other: &JsValue) -> bool
pub fn le(&self, other: &JsValue) -> bool
Applies the binary <=
JS operator on the two JsValue
s.
Sourcepub fn ge(&self, other: &JsValue) -> bool
pub fn ge(&self, other: &JsValue) -> bool
Applies the binary >=
JS operator on the two JsValue
s.
Sourcepub fn gt(&self, other: &JsValue) -> bool
pub fn gt(&self, other: &JsValue) -> bool
Applies the binary >
JS operator on the two JsValue
s.
Sourcepub fn unchecked_into_f64(&self) -> f64
pub fn unchecked_into_f64(&self) -> f64
Applies the unary +
JS operator on a JsValue
. Can throw.
Trait Implementations§
Source§impl AsRef<EventTarget> for RtcPeerConnection
impl AsRef<EventTarget> for RtcPeerConnection
Source§fn as_ref(&self) -> &EventTarget
fn as_ref(&self) -> &EventTarget
Source§impl AsRef<JsValue> for RtcPeerConnection
impl AsRef<JsValue> for RtcPeerConnection
Source§impl AsRef<Object> for RtcPeerConnection
impl AsRef<Object> for RtcPeerConnection
Source§impl AsRef<RtcPeerConnection> for RtcPeerConnection
impl AsRef<RtcPeerConnection> for RtcPeerConnection
Source§fn as_ref(&self) -> &RtcPeerConnection
fn as_ref(&self) -> &RtcPeerConnection
Source§impl Clone for RtcPeerConnection
impl Clone for RtcPeerConnection
Source§fn clone(&self) -> RtcPeerConnection
fn clone(&self) -> RtcPeerConnection
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for RtcPeerConnection
impl Debug for RtcPeerConnection
Source§impl Deref for RtcPeerConnection
impl Deref for RtcPeerConnection
Source§type Target = EventTarget
type Target = EventTarget
Source§fn deref(&self) -> &EventTarget
fn deref(&self) -> &EventTarget
Source§impl From<JsValue> for RtcPeerConnection
impl From<JsValue> for RtcPeerConnection
Source§fn from(obj: JsValue) -> RtcPeerConnection
fn from(obj: JsValue) -> RtcPeerConnection
Source§impl From<RtcPeerConnection> for EventTarget
impl From<RtcPeerConnection> for EventTarget
Source§fn from(obj: RtcPeerConnection) -> EventTarget
fn from(obj: RtcPeerConnection) -> EventTarget
Source§impl From<RtcPeerConnection> for JsValue
impl From<RtcPeerConnection> for JsValue
Source§fn from(obj: RtcPeerConnection) -> JsValue
fn from(obj: RtcPeerConnection) -> JsValue
Source§impl From<RtcPeerConnection> for Object
impl From<RtcPeerConnection> for Object
Source§fn from(obj: RtcPeerConnection) -> Object
fn from(obj: RtcPeerConnection) -> Object
Source§impl FromWasmAbi for RtcPeerConnection
impl FromWasmAbi for RtcPeerConnection
Source§impl<'a> IntoWasmAbi for &'a RtcPeerConnection
impl<'a> IntoWasmAbi for &'a RtcPeerConnection
Source§impl IntoWasmAbi for RtcPeerConnection
impl IntoWasmAbi for RtcPeerConnection
Source§impl JsCast for RtcPeerConnection
impl JsCast for RtcPeerConnection
Source§fn instanceof(val: &JsValue) -> bool
fn instanceof(val: &JsValue) -> bool
instanceof
check to see whether the JsValue
provided is an instance of this type. Read moreSource§fn unchecked_from_js(val: JsValue) -> Self
fn unchecked_from_js(val: JsValue) -> Self
Source§fn unchecked_from_js_ref(val: &JsValue) -> &Self
fn unchecked_from_js_ref(val: &JsValue) -> &Self
Source§fn has_type<T>(&self) -> boolwhere
T: JsCast,
fn has_type<T>(&self) -> boolwhere
T: JsCast,
T
. Read moreSource§fn dyn_into<T>(self) -> Result<T, Self>where
T: JsCast,
fn dyn_into<T>(self) -> Result<T, Self>where
T: JsCast,
T
. Read moreSource§fn dyn_ref<T>(&self) -> Option<&T>where
T: JsCast,
fn dyn_ref<T>(&self) -> Option<&T>where
T: JsCast,
T
. Read moreSource§fn unchecked_into<T>(self) -> Twhere
T: JsCast,
fn unchecked_into<T>(self) -> Twhere
T: JsCast,
Source§fn unchecked_ref<T>(&self) -> &Twhere
T: JsCast,
fn unchecked_ref<T>(&self) -> &Twhere
T: JsCast,
Source§impl LongRefFromWasmAbi for RtcPeerConnection
impl LongRefFromWasmAbi for RtcPeerConnection
Source§type Anchor = RtcPeerConnection
type Anchor = RtcPeerConnection
RefFromWasmAbi::Anchor
Source§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
RefFromWasmAbi::ref_from_abi
Source§impl<'a> OptionIntoWasmAbi for &'a RtcPeerConnection
impl<'a> OptionIntoWasmAbi for &'a RtcPeerConnection
Source§impl PartialEq for RtcPeerConnection
impl PartialEq for RtcPeerConnection
Source§impl RefFromWasmAbi for RtcPeerConnection
impl RefFromWasmAbi for RtcPeerConnection
Source§type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
Self
are recovered from.Source§type Anchor = ManuallyDrop<RtcPeerConnection>
type Anchor = ManuallyDrop<RtcPeerConnection>
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.impl Eq for RtcPeerConnection
impl StructuralPartialEq for RtcPeerConnection
Auto Trait Implementations§
impl Freeze for RtcPeerConnection
impl RefUnwindSafe for RtcPeerConnection
impl !Send for RtcPeerConnection
impl !Sync for RtcPeerConnection
impl Unpin for RtcPeerConnection
impl UnwindSafe for RtcPeerConnection
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.