lazorfuzz / liowebrtc

An event-based WebRTC library that makes it easy to embed real-time peer to peer communication into UI components.
MIT License
164 stars 10 forks source link

Video still exist after using { video: false audio: true } #10

Open crapthings opened 4 years ago

crapthings commented 4 years ago

react-liowebrtc

maybe this should use 'this.config or config'?

https://github.com/lazorfuzz/liowebrtc/blob/master/src/liowebrtc.js#L110

if the above is okay

config overrides with ?

https://github.com/lazorfuzz/liowebrtc/blob/master/src/webrtc.js#L20