Omnichannel conversations with your bank or your doctor have moved beyond the conceptual phase. Arin explores how the The Vonage Conversation API unifies the channels in a way that was not possible before. Let’s take a look using examples from our SimplyDoc telehealth starter kit.

WebRTC.ventures CEO/Founder Arin Sime and CTO Alberto Gonzalez teamed up at TADSummit EMEA Americas 2021 for a presentation that covered WebRTC architectural considerations and typical use cases based on our team’s experience working with a wide range of clients.

Performing automated unit tests to verify and validate code changes is a best software practice, and one that is increasingly important with today’s rapid feature development. Often with JavaScript projects, unit tests pass as expected one at at time. But when running the whole test suite together, test failures are seen. Our Senior WebRTC Engineer, Justin Williams delves more into bleeding unit tests and how factories can help the issue.

Quick development cycles with a lot of new functionality added over time can lead to a complex codebase. This can lead to bugs, feature refactoring issues, and slower development down the line – issues that are compounded when using WebRTC. Organizing your code into reusable building blocks, or components is a strong approach to keeping your WebRTC application maintainable. Let’s hear more from Senior WebRTC Engineer, Justin Williams.