OpenAI, LLMs, WebRTC, voice bots and Programmable Video
Learn about WebRTC LLM and its applications. Discover how this technology can improve real-time communication using conversational AI.
Read Morehow can you ignore skype? today it is the biggest enterprise video conferencing system in the world!!To put things in perspective: H.323, SIP and other VoIP protocols for signaling account for a fraction of what VoIP really is. Most of it is probably just Skype, which runs a proprietary protocol. And while I do think WebRTC will affect Skype as well (and there are signs of adoption by Skype for WebRTC), I am going to ignore it again here. I am interested in SIP and H.323 – both are a burden when it comes to WebRTC. Why? Because they are pretty hard to implement in a native web browser environment. H.323 has no such implementation. I dare you to develop one. SIP has something called sip-js. Rather new. It won’t encompass the whole complexity of SIP, and it is a single option. Compare it to the 10s of open source and commercial offerings of SIP SDKs out there, this isn’t enough. XMPP on the other hand, has a few Java Script implementations, making it suitable for native web browsers. 9 such libraries are listed in XMPP’s home page. Why? Because it was built in a way that makes it easier to embed into browsers. Now let’s see what is going to happen. You are a web developer. You need to add video calling feature into your website. So you are going to use WebRTC. Only thing left is to decide how to do the signaling in order to negotiate and open that video call. Are you going to:
Learn about WebRTC LLM and its applications. Discover how this technology can improve real-time communication using conversational AI.
Read MoreGet your copy of my ebook on the top 7 video quality metrics and KPIs in WebRTC (below).
Read More