Home
last modified time | relevance | path

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

/xiu/protocol/webrtc/src/
H A Dwhep.rs28 pub async fn handle_whep( in handle_whep() function
/xiu/protocol/webrtc/src/session/
H A Dmod.rs25 use super::whep::handle_whep;
351 let response = match handle_whep(offer, receiver, pc_state_sender).await { in subscribe_whep()