Searched refs:RTCSessionDescription (Results 1 – 3 of 3) sorted by relevance
16 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;27 offer: RTCSessionDescription, in handle_whip() argument29 ) -> Result<(RTCSessionDescription, Arc<RTCPeerConnection>)> { in handle_whip() argument
16 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;29 offer: RTCSessionDescription, in handle_whep() argument32 ) -> Result<(RTCSessionDescription, Arc<RTCPeerConnection>)> { in handle_whep() argument
36 use webrtc::peer_connection::{sdp::session_description::RTCSessionDescription, RTCPeerConnection};156 let offer = RTCSessionDescription::offer(sdp_data.clone())?; in run()251 offer: RTCSessionDescription, in publish_whip() argument326 offer: RTCSessionDescription, in subscribe_whep() argument