Searched refs:sdp_str (Results 1 – 6 of 6) sorted by relevance
26 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) in remote_handler() localVariable35 let _ = tx.send(sdp_str).await; in remote_handler()
532 for (name, sdp_str, expected) in tests { in test_round_trip()533 let mut reader = Cursor::new(sdp_str.as_bytes()); in test_round_trip()540 assert_eq!(actual.as_str(), sdp_str, "{name}\n{sdp_str}"); in test_round_trip()
142 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in do_signaling() localVariable146 let offer = match serde_json::from_str::<RTCSessionDescription>(&sdp_str) { in do_signaling()
106 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) in remote_handler() localVariable111 let sdp = match serde_json::from_str::<RTCSessionDescription>(&sdp_str) { in remote_handler()
107 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) in remote_handler() localVariable112 let sdp = match serde_json::from_str::<RTCSessionDescription>(&sdp_str) { in remote_handler()
94 let sdp_str = match std::str::from_utf8(&hyper::body::to_bytes(req.into_body()).await?) { in do_signaling() localVariable98 let offer = match serde_json::from_str::<RTCSessionDescription>(&sdp_str) { in do_signaling()