Categories

  • AI
  • AWS / Amazon Chime SDK
  • Broadcasting
  • Contact Centers
  • CPaaS
  • Daily
  • DevOps
  • EdTech
  • Events
  • General
  • Jobs
  • LiveKit
  • Managed Services
  • Mobile
  • Open Source
  • Real Time Weekly
  • SignalWire
  • Story of success
  • Symbl.ai
  • Technical
  • Telehealth
  • Testing
  • The WebRTC.ventures Blog
  • Thoughts
  • UI/UX
  • Video Conferencing
  • Virtual Collaboration
  • Voice/Audio
  • Vonage
  • WebRTC Architecture
  • WebRTC Live
WebRTC.ventures
WebRTC.ventures
  • WebRTC Services
    • Assess
    • Build
    • Integrate
    • Test
    • Manage
    • Migrating From Twilio Video
    • Video Call Starter Kit
    • Combine the Power of WebRTC and AI
    • Conectara, powered by Amazon Connect
  • Our Partners
    • AWS Partner Network (APN)
    • Amazon Chime SDK
    • Daily
    • SignalWire
    • Vonage
    • Other Tech
  • Stories of Success
  • WebRTC Resources
    • WebRTC Live
    • WebRTC.ventures Blog
    • WebRTC Tips
    • WebRTC.ventures Training Program
    • Migrating From Twilio Video
    • Video Call Starter Kit
  • About Us
    • Blog
    • Our Team
    • Jobs
  • Contact Us
WebRTC.ventures
  • WebRTC Services
    • Assess
    • Build
    • Integrate
    • Test
    • Manage
    • Migrating From Twilio Video
    • Video Call Starter Kit
    • Combine the Power of WebRTC and AI
    • Conectara, powered by Amazon Connect
  • Our Partners
    • AWS Partner Network (APN)
    • Amazon Chime SDK
    • Daily
    • SignalWire
    • Vonage
    • Other Tech
  • Stories of Success
  • WebRTC Resources
    • WebRTC Live
    • WebRTC.ventures Blog
    • WebRTC Tips
    • WebRTC.ventures Training Program
    • Migrating From Twilio Video
    • Video Call Starter Kit
  • About Us
    • Blog
    • Our Team
    • Jobs
  • Contact Us

The WebRTC.ventures Blog.

HomeThe WebRTC.ventures BlogPage 2
image
March 19, 2025 Jen Oppenheimer
Comments Off on Watch WebRTC Live #100: Building Interactive Virtual Teammates with AVA Intellect

Watch WebRTC Live #100: Building Interactive Virtual Teammates with AVA Intellect

On March 19, 2025, the milestone 100th episode of WebRTC Live, we showcased an ongoing WebRTC.ventures project that highlights the powerful potential of WebRTC and AI. AVA Intellect is at the forefront of developing AI-powered virtual teammates that seamlessly integrate into Microsoft Teams and other video conferencing platforms—collaborating like real colleagues. Is this the future of business? And how is it being accomplished? Learn more about this project in our WebRTC.ventures Story of Success: AI Voice Agents
Read More +
image
March 14, 2025 Lucas Schnöller
Comments Off on Voice + Action: The Convergence of WebRTC, Conversational AI, and Agentic Systems

Voice + Action: The Convergence of WebRTC, Conversational AI, and Agentic Systems

The integration of conversational AI and agentic systems into WebRTC applications has evolved from a novel concept to an essential component in creating truly intelligent communication systems. The convergence of real-time communication, large language models (LLMs), and agentic AI systems has unlocked new opportunities for voice-based interfaces that don't just facilitate communication but can take meaningful action. We're no longer simply navigating a set of fixed workflows; we're building systems that can understand speech, reason
Read More +
image
March 7, 2025 Alberto Gonzalez
Comments Off on On-Premise Voice AI: Creating Local Agents with Llama, Ollama, and Pipecat

On-Premise Voice AI: Creating Local Agents with Llama, Ollama, and Pipecat

Imagine having a conversation with a sophisticated AI assistant or agent without your words ever leaving your machine. No data being shipped to third-party servers. No LLM API costs. No added latency waiting for distant data centers to process your requests.  If you're concerned about confidential business data, work in a regulated industry, or simply want more control over your AI tools, on-premise, local processing of Large Language Models (LLMs) ensures that data remains on
Read More +
image
March 4, 2025 Alberto Gonzalez
Comments Off on WebRTC.ventures Visits ITEXPO 2025

WebRTC.ventures Visits ITEXPO 2025

As the CTO of WebRTC.ventures, I recently attended ITEXPO 2025 in South Florida, an annual gathering of communications and technology professionals. The event brings together telecom and IT executives from enterprise and SMBs, small business owners, MSP and channel C-levels and business owners, service provider/carrier engineers, network executives, and industry suppliers and solutions providers. The conference typically covers a broad range of topics, including scaling infrastructure, network security, communication protocols, customer experience strategies, and emerging
Read More +
image
February 28, 2025 Hector Zelaya
Comments Off on A Quick Tour of webrtc-internals: A Powerful WebRTC Debugging Tool

A Quick Tour of webrtc-internals: A Powerful WebRTC Debugging Tool

The webrtc-internals tab is a powerful debugging tool built into Chrome and other Chromium-based browsers. It provides real-time insights into active WebRTC sessions, offering developers a detailed view of connection behavior and media transport. In this post, we’ll take a quick tour of how webrtc-internals enables real-time insights into active WebRTC sessions, helping developers analyze and debug connection behavior, media transport, and performance metrics. We’ll also explain why a different approach may be required for
Read More +
image
February 21, 2025 Hector Zelaya
Comments Off on Implementing Pre-Call Tests for Better Real-Time Communication Experiences

Implementing Pre-Call Tests for Better Real-Time Communication Experiences

Real-time video calls have become the backbone of how we work, learn, and connect. And when users connect, they expect seamless, high-quality communication. Yet many factors can affect call quality - from internet connectivity to device settings to network configurations. While these issues often originate outside the application itself, they significantly impact the user experience. Pre-call testing helps identify potential problems before a call begins, enabling proactive solutions and clearer expectations.  In this post, we'll
Read More +
image
February 19, 2025 Jen Oppenheimer
Comments Off on Watch WebRTC Live #99: Running WebRTC Media Servers in Kubernetes

Watch WebRTC Live #99: Running WebRTC Media Servers in Kubernetes

On February 19, 2025, Péter Megyesi, CEO of L7mp, joined host Arin Sime to dive into the complexities of running WebRTC media servers in Kubernetes environments. While containerization of WebRTC applications has become common practice, integrating these containers into Kubernetes presents unique challenges due to WebRTC’s distinct networking model. They explore why traditional WebRTC connectivity methods break in Kubernetes environments and discuss practical solutions using TURN servers. The session covers the evolution of WebRTC deployments from
Read More +
image
February 11, 2025 Alberto Gonzalez
Comments Off on When GPU Matters in WebRTC: Accelerating AI, Video Streaming, and Real-Time Communication

When GPU Matters in WebRTC: Accelerating AI, Video Streaming, and Real-Time Communication

Graphics Processing Units (GPUs) were originally designed to accelerate gaming, enabling complex graphics computations to run in parallel. Unlike Central Processing Units (CPUs), which excel at executing a few instructions at a time with high precision, GPUs are built for massive parallelism—handling thousands of operations simultaneously.  This fundamental difference makes GPUs ideal not just for rendering graphics but also for the large-scale data processing that have been driving advancements in WebRTC video streaming. This capability
Read More +
image
February 5, 2025 Hector Zelaya
Comments Off on Understanding WebRTC Codecs

Understanding WebRTC Codecs

Codecs are essential to WebRTC, enabling efficient media compression and decompression for transmission. They not only ensure seamless communication but also impact quality, latency, and compatibility across devices. In this post we will talk about the importance of codecs for WebRTC, including essential codecs, codecs that enable additional features, and emerging codecs such as AV1 and AI audio codecs. The Role of Codecs The main goal of WebRTC is to enable real-time exchange of video,
Read More +
image
January 29, 2025 Hector Zelaya
Comments Off on Troubleshooting WebRTC Applications: Essential Tools & Techniques

Troubleshooting WebRTC Applications: Essential Tools & Techniques

Through the power of WebRTC, millions of people connect face-to-face with colleagues across continents, collaborate on virtual whiteboards in real-time, share their screens with support teams, and much more. However, when issues arise, identifying the root cause within the complex web of connections can feel like searching for a needle in a haystack.  While challenging, troubleshooting WebRTC applications can be made more manageable. With the right diagnostic tools and a systematic approach, you can quickly
Read More +
image
January 27, 2025 Justin Williams
Comments Off on From Live to Refined: WebRTC and Browser APIs Are Driving the Next Big Shift in Streaming Media

From Live to Refined: WebRTC and Browser APIs Are Driving the Next Big Shift in Streaming Media

For a long time, content creators and broadcasters had to choose between the immediacy of live streaming or the polish of edited, on-demand video. Today, innovations in browser APIs and real-time technologies—especially around WebRTC—are closing that gap. By leveraging powerful JavaScript APIs, modern libraries, and emerging protocols, it’s now possible to deliver feature-rich, low-latency video experiences that merge live interaction with the sophistication of post-production workflows. This convergence of live and produced content represents one
Read More +
image
January 24, 2025 Hector Zelaya
Comments Off on How to Set Up Self-Hosted STUN/TURN Servers for WebRTC Applications

How to Set Up Self-Hosted STUN/TURN Servers for WebRTC Applications

For organizations with specific regulatory, scaling, or network control requirements, self-hosted STUN/TURN servers can be a more suitable option than relying on managed service providers to set up and maintain your WebRTC connections. Those seeking cost optimization or increased customization may also benefit from exploring self-hosted solutions. In this post, we’ll outline best practices for provisioning self-hosted STUN/TURN servers, as recommended by our WebRTC experts. We’ll also explore how to install, run and configure three
Read More +
image
January 22, 2025 Jen Oppenheimer
Comments Off on Watch WebRTC Live #98: Exploring WebRTC and Spatial Computing on Apple Vision Pro

Watch WebRTC Live #98: Exploring WebRTC and Spatial Computing on Apple Vision Pro

On January 22, 2025, Damien Stolarz, CEO of Evercast, joined host Arin Sime to discuss how his team added real-time communications into Apple Vision Pro for a collaboration experience like none other. Evercast is a high-resolution, high-color, ultra-low-latency, surround-sound conferencing and streaming software. It’s used for secure remote editing and finishing of films and TV shows, and was used in 60% of Oscar nominated films last year. In the conversation, they cover use cases and the technology
Read More +
image
January 15, 2025 Alberto Gonzalez
Comments Off on What’s Next for WebRTC in 2025? A Look Ahead

What’s Next for WebRTC in 2025? A Look Ahead

As we finish Celebrating 2024: A Year of Versatile WebRTC Solutions and look ahead to 2025, WebRTC.ventures is buzzing with excitement about the future of real-time communication technology. Our team of WebRTC and related experts are gearing up for another year filled with innovation, growth, and new opportunities in the world of real time communications. From protocol innovations to AI and other emerging technologies, the WebRTC ecosystem continues to evolve in exciting ways. Let's explore
Read More +
image
January 9, 2025 JawadZeb
Comments Off on Optimizing WebRTC Performance on Slow Networks: Key Network-Level Considerations

Optimizing WebRTC Performance on Slow Networks: Key Network-Level Considerations

Whether you're building a VoIP application, a video conferencing platform, or any real-time communication solution, ensuring optimal performance in environments with slow or unreliable networks can be a significant challenge. This is especially true for mobile networks and satellite communications, where latency, packet loss, and bandwidth limitations are common hurdles. To address these challenges, developers and architects must carefully evaluate various network-level factors and implement strategies that maximize performance, even under suboptimal conditions. In this
Read More +
image
January 9, 2025 Hector Zelaya
Comments Off on OpenAI Introduces a WebRTC Endpoint for its Realtime API

OpenAI Introduces a WebRTC Endpoint for its Realtime API

OpenAI has introduced a new feature to its Realtime API: a WebRTC endpoint that enables real-time interaction with AI models. This exciting development opens up new possibilities for application builders and users alike, who can now enjoy seamless, instantaneous conversations with AI-powered systems. In this post, we explore why OpenAI this new endpoint is important, how it brings together the formally parallel technologies of WebRTC and AI, and the steps to get started. From WebSockets
Read More +
image
January 3, 2025 Jen Oppenheimer
Comments Off on Celebrating 2024: A Year of Versatile WebRTC Solutions

Celebrating 2024: A Year of Versatile WebRTC Solutions

Taking stock of the WebRTC.ventures team's accomplishments in 2024, we continued to push the boundaries of real-time communication—delivering cutting-edge solutions while strengthening trust and collaboration with our clients. Over the past 12 months, we’ve committed to innovation, adaptability, and strong partnerships. Our expertise shined across a diverse range of projects—from focused assessments to complex, multi-year developments. Our versatility spanned web and mobile applications, CPaaS and open-source solutions, traditional live video conferencing, contact center solutions, and
Read More +
image
December 17, 2024 Rafael Amberths
Comments Off on Why Zendesk Rules the Managed Software Services World

Why Zendesk Rules the Managed Software Services World

Let’s face it, managing support as a Managed Service Provider (MSP) is no walk in the park. You’re juggling client expectations, technical challenges, and a barrage of incoming issues—all while aiming for seamless service delivery. That’s where the Zendesk customer service solution swoops in to save the day.  (Not sure why you need an MSP? Check out our blog post on the topic!) At WebRTC.ventures, we’ve harnessed the full potential of Zendesk to elevate our
Read More +
image
December 16, 2024 Jen Oppenheimer
Comments Off on WebRTC.ventures Becomes an Official SignalWire Development Partner

WebRTC.ventures Becomes an Official SignalWire Development Partner

WebRTC.ventures is thrilled to announce our official development partnership with SignalWire, a leading provider of omnichannel communications platforms featuring Programmable APIs for voice, video, and messaging. Together, we are committed to driving innovation in custom communication solutions, serving industries from telecommunications and healthcare to education. The partnership combines WebRTC.ventures' development expertise with SignalWire's robust technological foundation, leveraging the strengths of both organizations to deliver exceptional communication solutions that meet the evolving needs of businesses seeking
Read More +
image
December 12, 2024 Jen Oppenheimer
Comments Off on A 2017 Legal Tech Solution Evolving for 2024

A 2017 Legal Tech Solution Evolving for 2024

In 2017, WebRTC.ventures developed VideoMagistrate's groundbreaking cloud solution for remote legal proceedings using the Vonage Video API. Over the past seven years, we have continued to support the platform with our managed services, culminating in a technological refresh in 2024. Original 2017 Vision Accessible web platform for legal proceedings Secure video conferencing Real-time document sharing Electronic signature capabilities 2024 Technology Evolution Building on the original infrastructure and continuing to use the Vonage Video API, the
Read More +
Prev + 1 2 3 … 38 Next +

Recent Blog Posts

  • Technical and UX Approaches for Integrating Voice AI into WebRTC Apps
    Watch WebRTC Live #103: Technical and UX Approaches for Integrating Voice AI into WebRTC Apps
  • How to Deploy STUNner as a WebRTC STUN/TURN Server on Kubernetes
  • How AI Development Tools Are Transforming Our Software Engineering Process
  • Talking to Yourself Without Looking Crazy: Building a Voicebot with Your Cloned Voice Using Cartesia and LiveKit Agents
Make your app smarter. Request a free AI evaluation.
Video Call Starter Kit Powered by the Amazon Chime SDK
Conectara, modernizing contact center operations, powered by Amazon Connect.
  • Assess
  • Build
  • Integrate
  • Test
  • Deploy & Manage
We’re one of the few agencies in the world dedicated to WebRTC development. This dedication and experience is why so many people trust us to help bring live video application dreams to life.

Let's get started!

Contact us today
info@webrtc.ventures

Join our mailing list!

© 2023 WebRTC.ventures, an AgilityFeat company / Privacy Policy