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

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

6 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages