Searched defs:RTCSessionDescription (Results 1 – 4 of 4) sorted by relevance
11 pub struct RTCSessionDescription { struct22 impl RTCSessionDescription { impl25 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()
356 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()
724 ) -> 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()
152 remote_desc: Arc<RTCSessionDescription>, in start_rtp()580 pub(super) async fn remote_description(&self) -> Option<RTCSessionDescription> { in remote_description()