Searched refs:relayed (Results 1 – 4 of 4) sorted by relevance
36 Your browser should send streams to webrtc-rs, and then a stream will be relayed back, changing eve…
36 Your browser should send video to webrtc-rs, and then it will be relayed right back to you.
40 …r should send a simulcast track to WebRTC.rs, and then all 3 incoming streams will be relayed back.
550 let mut relayed = RelayedAddress::default(); in allocate() localVariable551 relayed.get_from(&res)?; in allocate()552 let relayed_addr = SocketAddr::new(relayed.ip, relayed.port); in allocate()