Skip to main content

handle_offer

Function handle_offer 

Source
async fn handle_offer(
    state: AppState,
    offer: Box<Offer>,
) -> (StatusCode, Json<P2pConnectionResponse>)
Expand description

Shared handler for processing WebRTC offers.