- Clone https://github.com/elixir-webrtc/ex_webrtc.git
- Change directory to
ex_webrtc/examples/send_video
. - Run
mix deps.get
. - Run
mix run --no-halt
. - Visit
http://127.0.0.1:4322
in the browser.
ex_webrtc/examples/send_video
.mix deps.get
.mix run --no-halt
.http://127.0.0.1:4322
in the browser.