Home
last modified time | relevance | path

Searched refs:to_bytes (Results 1 – 8 of 8) sorted by relevance

/webrtc/examples/examples/signal/src/
H A Dlib.rs26 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) in remote_handler()
/webrtc/ice/examples/
H A Dping_pong.rs46 match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in remote_handler()
61 match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in remote_handler()
/webrtc/examples/examples/offer-answer/
H A Doffer.rs83 match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in remote_handler()
106 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) in remote_handler()
H A Danswer.rs84 match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in remote_handler()
107 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) in remote_handler()
/webrtc/util/src/ifaces/ffi/unix/
H A Dmod.rs149 .to_bytes() in ifaces()
/webrtc/examples/examples/ice-restart/
H A Dice-restart.rs142 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in do_signaling()
/webrtc/examples/examples/play-from-disk-renegotiation/
H A Dplay-from-disk-renegotiation.rs94 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in do_signaling()
/webrtc/media/src/audio/
H A Dbuffer.rs27 fn to_bytes<B: ByteOrder>( in to_bytes() method