CommCon 2024, CommCon’s first US event, was held at Cloudflare’s San Francisco office this June. I was happy to be able to attend and finally see CommCon in person for the first time! The rapport between the friendly community of internet media and telephony developers and the
The integration of Generative AI (GenAI) and WebRTC has the potential to revolutionize the way businesses operate, particularly in contact centers. GenAI’s ability to generate content and perform actions based on given instructions is opening new frontiers across various industries. When combined with the real-time communication capabilities
Real-time communication has become indispensable for both processes and products. Video meetings support internal communications for remote teams and facilitate sales and customer service activities. They are also increasingly integrated as a standard feature in software products and platforms sold by businesses. When developing video call capabilities,
WebRTC enables developers to build powerful web-based real-time communication applications. While typically implemented in web browsers, you can also integrate this functionality into native applications by embedding the WebRTC standard into the application’s codebase. This is usually done using libWebRTC, an open-source project maintained by Google that