skyway / old-skyway-conf

SkyWay Conference
https://conf.webrtc.ecl.ntt.com
MIT License
96 stars 40 forks source link

Fix to getUserMedia() first #72

Closed leaysgur closed 5 years ago

leaysgur commented 5 years ago

Formerly, our control flow was like this.

In prior to make Safari as supported browser, it was needed to fix this because latest Safari TP returns empty deviceId before calling getUserMedia() causes error on calling real getUserMedia().

This time, flow will be..

This changes does not affect current supported browsers.