Home
last modified time | relevance | path

Searched defs:RTCSessionDescription (Results 1 – 4 of 4) sorted by relevance

/webrtc/webrtc/src/peer_connection/sdp/
H A Dsession_description.rs11 pub struct RTCSessionDescription { struct
22 impl RTCSessionDescription { impl
25 pub fn answer(sdp: String) -> Result<RTCSessionDescription> { in answer()
40 pub fn offer(sdp: String) -> Result<RTCSessionDescription> { in offer()
56 pub fn pranswer(sdp: String) -> Result<RTCSessionDescription> { in pranswer()
H A Dmod.rs356 session_description: Option<&session_description::RTCSessionDescription>, in populate_local_candidates()
359 ) -> Option<session_description::RTCSessionDescription> { in populate_local_candidates()
847 desc: &'a session_description::RTCSessionDescription, in get_by_mid()
863 desc: &session_description::RTCSessionDescription, in have_data_channel()
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs724 ) -> Result<RTCSessionDescription> { in create_offer()
908 ) -> Result<RTCSessionDescription> { in create_answer()
964 sd: &RTCSessionDescription, in set_description()
1292 pub async fn local_description(&self) -> Option<RTCSessionDescription> { in local_description()
1601 pub async fn remote_description(&self) -> Option<RTCSessionDescription> { in remote_description()
1965 pub async fn current_local_description(&self) -> Option<RTCSessionDescription> { in current_local_description()
1980 pub async fn pending_local_description(&self) -> Option<RTCSessionDescription> { in pending_local_description()
1995 pub async fn current_remote_description(&self) -> Option<RTCSessionDescription> { in current_remote_description()
2005 pub async fn pending_remote_description(&self) -> Option<RTCSessionDescription> { in pending_remote_description()
H A Dpeer_connection_internal.rs152 remote_desc: Arc<RTCSessionDescription>, in start_rtp()
580 pub(super) async fn remote_description(&self) -> Option<RTCSessionDescription> { in remote_description()