Home
last modified time | relevance | path

Searched refs:handle_whip (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/webrtc/src/
H A Dwhip.rs26 pub async fn handle_whip( in handle_whip() function
/xiu/protocol/webrtc/src/session/
H A Dmod.rs26 use super::whip::handle_whip;
273 let response = match handle_whip(offer, sender).await { in publish_whip()