multiparty/rust: Add Rust version of multiparty demo
authorSebastian Dröge <sebastian@centricular.com>
Fri, 29 Nov 2019 19:39:40 +0000 (20:39 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 29 Nov 2019 19:49:46 +0000 (20:49 +0100)
commit5e18b460b3f560feb3db36127c6c551b894619b6
tree6b2c5e129c03cb9f9661cfacddc3074657951ba4
parent9a46977a4c2ba9ed5270eddff9458e6bb62971b1
multiparty/rust: Add Rust version of multiparty demo

Different to the C version this also mixes all participants into a grid
with videomixer.
webrtc/multiparty-sendrecv/gst-rust/Cargo.lock [new file with mode: 0644]
webrtc/multiparty-sendrecv/gst-rust/Cargo.toml [new file with mode: 0644]
webrtc/multiparty-sendrecv/gst-rust/src/macos_workaround.rs [new file with mode: 0644]
webrtc/multiparty-sendrecv/gst-rust/src/main.rs [new file with mode: 0644]