Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: Daily: Streaming Video API with Kwindla Hultman Kramer and Wesley Faulkner
Description: Video calling over the internet has experienced explosive growth in the last decade. In 2010, surveys estimated that around 1 in 5 Americans had tried online video calling for any reason. By May of 2020, that number had nearly tripled. A significant factor in the growth of video calling has been an open-source project called WebRTC, or “Web Real-Time Communication.” WebRTC makes it possible to capture and stream audio or video data between browsers without the use of plugins or third-party software.Daily is a developer platform that builds on WebRTC to provide realtime video APIs for developers. Developers can easily add...