So, you want to make a video call in the browser? There are libraries available to handle the WebRTC for you, but what about everything else you want in that call? The browsers aren’t going to make that as easy for you I’m afraid.
This talk will be a deep dive into the features you want to see in a video call. We’ll start with a video chat and look into screen sharing, switching cameras, the web audio API and the exciting world of media constraints. You’ll leave this talk understanding the full promise of getUserMedia!
--
Links:
Screen capture in Chrome: https://www.twilio.com/blog/2017/10/screen-capture-in-google-chrome.html
Screen capture in Firefox: https://www.twilio.com/blog/2017/10/screen-capture-in-firefox.html
Screen capture in Edge: https://www.twilio.com/blog/2018/05/screen-capture-in-microsoft-edge.html
Add screen sharing to a Twilio Video application https://www.twilio.com/blog/2018/01/screen-sharing-twilio-video.html
Choosing cameras in JavaScript with the mediaDevices API: https://www.twilio.com/blog/2018/04/choosing-cameras-javascript-mediadevices-api.html
Switching cameras during a video chat with Twilio Video: https://www.twilio.com/blog/2018/06/switching-cameras-twilio-video-chat.html
Audio visualisation with the Web Audio API and React: https://www.twilio.com/blog/audio-visualisation-web-audio-api--react