Home
last modified time | relevance | path

Searched refs:RTCSessionDescription (Results 1 – 3 of 3) sorted by relevance

/xiu/protocol/webrtc/src/
H A Dwhip.rs16 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
27 offer: RTCSessionDescription, in handle_whip() argument
29 ) -> Result<(RTCSessionDescription, Arc<RTCPeerConnection>)> { in handle_whip() argument
H A Dwhep.rs16 use webrtc::peer_connection::sdp::session_description::RTCSessionDescription;
29 offer: RTCSessionDescription, in handle_whep() argument
32 ) -> Result<(RTCSessionDescription, Arc<RTCPeerConnection>)> { in handle_whep() argument
/xiu/protocol/webrtc/src/session/
H A Dmod.rs36 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() argument
326 offer: RTCSessionDescription, in subscribe_whep() argument