Struct web_sys::RtcPeerConnection
source · #[repr(transparent)]pub struct RtcPeerConnection { /* private fields */ }Expand description
The RTCPeerConnection object
This API requires the following crate features to be activated: RtcPeerConnection
Implementations§
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
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
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 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_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
source§impl RtcPeerConnection
impl RtcPeerConnection
sourcepub fn local_description(&self) -> Option<RtcSessionDescription>
pub fn local_description(&self) -> Option<RtcSessionDescription>
The localDescription getter
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>
The currentLocalDescription getter
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>
The pendingLocalDescription getter
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>
The remoteDescription getter
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>
The currentRemoteDescription getter
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>
The pendingRemoteDescription getter
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
The signalingState getter
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>
The canTrickleIceCandidates getter
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
The iceGatheringState getter
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
The iceConnectionState getter
This API requires the following crate features to be activated: RtcIceConnectionState, RtcPeerConnection
source§impl RtcPeerConnection
impl RtcPeerConnection
sourcepub fn peer_identity(&self) -> Promise
pub fn peer_identity(&self) -> Promise
The peerIdentity getter
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>
The idpLoginUrl getter
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>
The onnegotiationneeded getter
This API requires the following crate features to be activated: RtcPeerConnection
source§impl RtcPeerConnection
impl RtcPeerConnection
sourcepub fn set_onnegotiationneeded(&self, onnegotiationneeded: Option<&Function>)
pub fn set_onnegotiationneeded(&self, onnegotiationneeded: Option<&Function>)
The onnegotiationneeded setter
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>
The onicecandidate getter
This API requires the following crate features to be activated: RtcPeerConnection
source§impl RtcPeerConnection
impl RtcPeerConnection
sourcepub fn set_onicecandidate(&self, onicecandidate: Option<&Function>)
pub fn set_onicecandidate(&self, onicecandidate: Option<&Function>)
The onicecandidate setter
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>
The onsignalingstatechange getter
This API requires the following crate features to be activated: RtcPeerConnection
source§impl RtcPeerConnection
impl RtcPeerConnection
sourcepub fn set_onsignalingstatechange(
&self,
onsignalingstatechange: Option<&Function>
)
pub fn set_onsignalingstatechange(
&self,
onsignalingstatechange: Option<&Function>
)
The onsignalingstatechange setter
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>
The onaddstream getter
This API requires the following crate features to be activated: RtcPeerConnection
source§impl RtcPeerConnection
impl RtcPeerConnection
sourcepub fn set_onaddstream(&self, onaddstream: Option<&Function>)
pub fn set_onaddstream(&self, onaddstream: Option<&Function>)
The onaddstream setter
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>
The onaddtrack getter
This API requires the following crate features to be activated: RtcPeerConnection
source§impl RtcPeerConnection
impl RtcPeerConnection
sourcepub fn set_onaddtrack(&self, onaddtrack: Option<&Function>)
pub fn set_onaddtrack(&self, onaddtrack: Option<&Function>)
The onaddtrack setter
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, ontrack: Option<&Function>)
pub fn set_ontrack(&self, ontrack: Option<&Function>)
The ontrack setter
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>
The onremovestream getter
This API requires the following crate features to be activated: RtcPeerConnection
source§impl RtcPeerConnection
impl RtcPeerConnection
sourcepub fn set_onremovestream(&self, onremovestream: Option<&Function>)
pub fn set_onremovestream(&self, onremovestream: Option<&Function>)
The onremovestream setter
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>
The oniceconnectionstatechange getter
This API requires the following crate features to be activated: RtcPeerConnection
source§impl RtcPeerConnection
impl RtcPeerConnection
sourcepub fn set_oniceconnectionstatechange(
&self,
oniceconnectionstatechange: Option<&Function>
)
pub fn set_oniceconnectionstatechange(
&self,
oniceconnectionstatechange: Option<&Function>
)
The oniceconnectionstatechange setter
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>
The onicegatheringstatechange getter
This API requires the following crate features to be activated: RtcPeerConnection
source§impl RtcPeerConnection
impl RtcPeerConnection
sourcepub fn set_onicegatheringstatechange(
&self,
onicegatheringstatechange: Option<&Function>
)
pub fn set_onicegatheringstatechange(
&self,
onicegatheringstatechange: Option<&Function>
)
The onicegatheringstatechange setter
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>
The ondatachannel getter
This API requires the following crate features to be activated: RtcPeerConnection
source§impl RtcPeerConnection
impl RtcPeerConnection
sourcepub fn set_ondatachannel(&self, ondatachannel: Option<&Function>)
pub fn set_ondatachannel(&self, ondatachannel: Option<&Function>)
The ondatachannel setter
This API requires the following crate features to be activated: RtcPeerConnection
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 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 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 is_instance_of<T>(&self) -> boolwhere
T: JsCast,
fn is_instance_of<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§impl<'a> OptionIntoWasmAbi for &'a RtcPeerConnection
impl<'a> OptionIntoWasmAbi for &'a RtcPeerConnection
source§impl RefFromWasmAbi for RtcPeerConnection
impl RefFromWasmAbi for RtcPeerConnection
§type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
Self are recovered from.§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. Read moreAuto Trait Implementations§
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> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
IntoWasmAbi::Abisource§fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more