yarn dev
follow the numbers
- start stream(s)
- 👈 create offer
- 👈 setLocalDescription, sendOffer
- 👉 setRemoteDescription, createAnswer
- 👉 setLocalDescription, sendAnswer
yarn dev
yarn signaling
open 👈 https://localhost:8080/?manual=false&remote=true&role=send&stream=both
open 👉 https://localhost:8080/?manual=false&remote=true&role=recv&stream=both
?remote=true
= use signaling server
?role=send
= show only 👈
?role=recv
= show only 👉
You can configure evreything via queryString as described aboth or open the Config
panel at the top, but all it does is set the queryStrings.
feature | possible values | description |
---|---|---|
remote |
true , false |
use signaling server over webSocket |
role |
send , recv , both |
show 👈, 👉 or 👈 👉 |
manual |
true , false |
allow modifying the SDPs |
semantic |
plan-b , unified-plan |
configure peerconnection |