Home
last modified time | relevance | path

Searched refs:relayed (Results 1 – 4 of 4) sorted by relevance

/webrtc/examples/examples/swap-tracks/
H A DREADME.md36 Your browser should send streams to webrtc-rs, and then a stream will be relayed back, changing eve…
/webrtc/examples/examples/reflect/
H A DREADME.md36 Your browser should send video to webrtc-rs, and then it will be relayed right back to you.
/webrtc/examples/examples/simulcast/
H A DREADME.md40 …r should send a simulcast track to WebRTC.rs, and then all 3 incoming streams will be relayed back.
/webrtc/turn/src/client/
H A Dmod.rs550 let mut relayed = RelayedAddress::default(); in allocate() localVariable
551 relayed.get_from(&res)?; in allocate()
552 let relayed_addr = SocketAddr::new(relayed.ip, relayed.port); in allocate()