WebRTC.rs is an async-friendly WebRTC implementation in Rust, originally inspired by and largely rewriting the Pion stack. The project is under active development and should be considered early stage; ...
$ python3 -m venv venv $ source venv/bin/activate $ pip3 install -e . $ pip3 install -r requirements.txt # Running tests $ pytest # Formatting and linting $ pre-commit run --all-files ...