Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 654 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 654 Bytes

webrtcsink custom signaller example

This is a simple example to demonstrate how to use webrtcsink with a custom signaller implementation.

Run with:

cargo run

The expected output is a not-implemented panic:

thread 'async-std/runtime' panicked at 'not implemented', src/signaller/imp.rs:11:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Simply implement the methods in [src/signaller/imp.rs] and you should be good to go!