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
  • SIP
  • 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
    • 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
    • LiveKit
    • SignalWire
    • Vonage
    • Other Tech
  • Stories of Success
  • WebRTC Live
  • Blog
  • About Us
    • Team
    • Blog
    • Jobs
    • WebRTC.ventures Training Program
  • Contact Us
WebRTC.ventures
  • WebRTC Services
    • Assess
    • Build
    • Integrate
    • Test
    • Manage
    • 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
    • LiveKit
    • SignalWire
    • Vonage
    • Other Tech
  • Stories of Success
  • WebRTC Live
  • Blog
  • About Us
    • Team
    • Blog
    • Jobs
    • WebRTC.ventures Training Program
  • Contact Us

The WebRTC.ventures Blog.

HomeThe WebRTC.ventures BlogPage 31
image
July 26, 2018 Hector Zelaya
Comments Off on [Tutorial] How to Build a Video Conference Application with WebRTC

[Tutorial] How to Build a Video Conference Application with WebRTC

In this blog post, we will provide a tutorial on how to build a video conference application using webRTC. We will not complicate it too much, it will be a simple one-to-one video conference application using nothing more than the WebRTC APIs and a few other libraries to build a custom signaling server. Let's first make a quick recapitulation of facts before we get started. To do so let's check the following diagram of webRTC
Read More +
image
July 25, 2018 Hector Zelaya
Comments Off on Which Multi-Party WebRTC Option Should You Go With?

Which Multi-Party WebRTC Option Should You Go With?

With WebRTC, you have a number of options for adding more than one user to the connection in order to make it a multi-party video call. We know that WebRTC provides real time communication using video, audio and data, natively on the browser and through a secure peer-to-peer connection. Of course, you and I both know that we also need signaling and a couple of STUN/TURN servers to do the trick. But in order to
Read More +
image
July 23, 2018 Germán Goldenstein
Comments Off on July 23rd RealTimeWeekly #239

July 23rd RealTimeWeekly #239

Real Time Weekly #239: July 23, 2018 Welcome to Real Time Weekly! This week we've got content about push notifications using Pusher, a real-time react app using PubNub, object detector with TensorFlow, WebRTC app using Agora.io, and an article about SFU from WebRTC.ventures. Your feedback is always welcome! So you can write me to share content, propose new topics, or just to say hello! Thanks for Reading! @germangol Editor NOTE: Real Time Weekly subscribers are only shared with RTWeekly's parent company,
Read More +
image
July 23, 2018 webrtc
Comments Off on Adriana Benavides, Project Lead

Adriana Benavides, Project Lead

Henry Ford was once quoted as saying, "The two most important things in any company do not appear in its balance sheet: its reputation and its people".  You know what we do at webRTC.ventures — we bring people together by closing geographical gaps using real time communication. However, you may not know WHO we are...that is until now. Each week, we have been introducing you to a member of our team. This week we would like to
Read More +
image
July 16, 2018 Germán Goldenstein
Comments Off on July 16th RealTimeWeekly #238

July 16th RealTimeWeekly #238

Real Time Weekly #238: July 16, 2018 Welcome to Real Time Weekly! This week we've got interesting articles about Video Codecs, WebRTC MCU Architecture, Jitsi scaling, PubNub Functions, WebSockets, and more. Take a look to the TokBox's blog post about AR, good job! Your feedback is always welcome! So you can write me to share content, propose new topics, or just to say hello! Thanks for Reading! @germangol Editor NOTE: Real Time Weekly subscribers are only shared with RTWeekly's parent company,
Read More +
image
July 16, 2018 Hector Zelaya
Comments Off on Multi-Party WebRTC Option 3: SFU

Multi-Party WebRTC Option 3: SFU

Multi-Party WebRTC Option 3's strategy is SFU, which stands for Selective Forwarding Unit. The idea behind SFU is similar to MCU. It has a media server in the middle to which all peers send their streams, only that instead of making any heavy processing on it, the server routes them to other peers so that they can make any needed processing. This way the server doesn't need to be a super powerful server with high
Read More +
image
July 16, 2018 Maynor
Comments Off on Learn What HIPAA Health Info You Need to Protect!

Learn What HIPAA Health Info You Need to Protect!

Here is a list of patient identifying information you need to secure in your healthcare application, as summarized from HIPAA.com. Protected HIPAA Health Information should be: Names, Geographic subdivisions smaller than a state, including address, city, county, precinct, zip code All elements of the dates related to an individual, except for year. For example, you can list the year a patient was born, but not the month and day since that is identifying. Telephone numbers
Read More +
image
July 16, 2018 webrtc
Comments Off on Germán Goldenstein: Developer Evangelist

Germán Goldenstein: Developer Evangelist

Henry Ford was once quoted as saying, "The two most important things in any company do not appear in its balance sheet: its reputation and its people".  You know what we do at webRTC.ventures — we bring people together by closing geographical gaps using real time communication. However, you may not know WHO we are...that is until now. Each week, we are going to introduce you to a member of our team. This week we would like
Read More +
image
July 11, 2018 Maynor
Comments Off on Telehealth HIPAA Compliance Primer

Telehealth HIPAA Compliance Primer

The Telehealth HIPAA Compliance Primer can be an important feature in telehealth security. In order to be HIPAA compliant, an organization must be able to show that they have developed their IT systems according to the security and privacy guidelines of the Health Insurance Portability and Accountability Act. While there is no formal certification process, organizations need to: keep records about how they secure their data what policies and procedures they will follow to prevent
Read More +
image
July 9, 2018 Germán Goldenstein
Comments Off on July 9th RealTimeWeekly #237

July 9th RealTimeWeekly #237

Real Time Weekly #237: July 9, 2018 Welcome to Real Time Weekly! A new issue full of WebRTC and Realtime tutorials! My favorite of this week is the tutorial from Nexmo to build an Android app that makes phone calls with WebRTC. Your feedback is always welcome! So you can write me to share content, propose new topics, or just to say hello! Thanks for Reading! @germangol Editor NOTE: Real Time Weekly subscribers are only shared with RTWeekly's parent company, WebRTC.ventures
Read More +
image
July 5, 2018 Hector Zelaya
Comments Off on Multi-Party WebRTC Option 2: MCU

Multi-Party WebRTC Option 2: MCU

A great option for Multi- Party WebRTC is MCU. MCU stands for Multipoint Controller Unit, a.k.a. mixing, is another strategy for implementing multi-party on WebRTC. With MCU, the idea is that instead of having a peer establishing a connection with all other peers, it only has to connect to one central entity, and this in turn, sends the media to all other peers and vice versa. This central entity, receives the name of media server,
Read More +
image
July 3, 2018 Danielle Daoud
Comments Off on Must Have Features in Telehealth Applications

Must Have Features in Telehealth Applications

It's important to consider the full scope of functionality that you want your telehealth application to implement. The must have features in telehealth applications differ based on how you want your application to function. Building it in multiple stages is usually the preferred method to control costs and reduct the implementation timeline, but it's still a good idea to consider everything you'll want in the application eventually. Here are the most common features our clients
Read More +
image
July 2, 2018 webrtc
Comments Off on Meet The Team: Mariana Lopez, Director of Products

Meet The Team: Mariana Lopez, Director of Products

Henry Ford was once quoted as saying, "The two most important things in any company do not appear in its balance sheet: its reputation and its people".  You know what we do at webRTC.ventures — we bring people together by closing geographical gaps using real time communication. However, you may not know WHO we are...that is until now. Each week, we have been introducing you to a member of our team.  This week, we want you to
Read More +
image
July 2, 2018 Germán Goldenstein
Comments Off on July 2nd RealTimeWeekly #236

July 2nd RealTimeWeekly #236

Real Time Weekly #236: July 2, 2018 Welcome to Real Time Weekly! In this new issue we've got more Real-time and WebRTC technical blog posts for you. Your feedback is always welcome! So you can write me to share content, propose new topics, or just to say hello! Thanks for Reading! @germangol Editor NOTE: Real Time Weekly subscribers are only shared with RTWeekly's parent company, WebRTC.ventures Follow us at @RealTimeWeekly for the most "real-time" updates! Build A Chat App With Sentiment Analysis Using
Read More +
image
June 26, 2018 webrtc
Comments Off on Meet The Team: Danielle Daoud, Director of Services

Meet The Team: Danielle Daoud, Director of Services

Henry Ford was once quoted as saying, "The two most important things in any company do not appear in its balance sheet: its reputation and its people".  You know what we do at webRTC.ventures — we bring people together by closing geographical gaps using real time communication. However, you may not know WHO we are...that is until now. Each week, we are going to introduce you to a member of our team.  This week, we want you
Read More +
image
June 25, 2018 Germán Goldenstein
Comments Off on June 25th RealTimeWeekly #235

June 25th RealTimeWeekly #235

Real Time Weekly #235: June 25, 2018 Welcome to Real Time Weekly! In this new issue we've got more Real-time and WebRTC technical blog posts for you. I'd like to thank to the Ably.io team for sharing articles with us! Your feedback is always welcome! So you can write me to share content, propose new topics, or just to say hello! Thanks for Reading! @germangol Editor NOTE: Real Time Weekly subscribers are only shared with RTWeekly's parent company, WebRTC.ventures Follow us
Read More +
image
June 25, 2018 ArinSime
Comments Off on Why Video is Data and the Implications This Has on Telehealth Apps

Why Video is Data and the Implications This Has on Telehealth Apps

I’ve spent some time traveling to various healthcare conferences the last couple of months, exploring and learning more about telehealth.  At the American Telemedicine Association conference in Chicago in April, one phrase caught my ear: “Video is Data.” I don’t recall who I heard say it first, but the phrase and its meaning were repeated in several sessions I attended.  I’d like to explore with you the implications of this statement on telehealth applications. The
Read More +
image
June 22, 2018 Hector Zelaya
Comments Off on Multi-Party WebRTC Option 1: Mesh

Multi-Party WebRTC Option 1: Mesh

With WebRTC, you have a number of options for adding more than one user to the connection in order to make it a multi-party video call.  Mesh is probably the most obvious solution for adding other users to the connection. As you already know, for the connection to be possible, each peer that uses the RTCPeerConnection specifically API, must create a connection object. This connection object adds all the relevant information, such as video and
Read More +
image
June 22, 2018 Alberto Gonzalez
Comments Off on Tech Review and Our Experience using Agora.io

Tech Review and Our Experience using Agora.io

In a recent press release we talked about Train-With, an Online Fitness Training Platform we are developing. Following with that, we want to share our experience and this technical review of the CPaaS (Communications Platform as a Service) we used for that project, Agora.io. DECISION PROCESS For this fitness iOS application,  currently public in the Apple Store, we decided to use a CPaaS provider to speed-up development and come up with a robust production ready
Read More +
image
June 22, 2018 Hector Zelaya
Comments Off on All You Need Is Love…and WebRTC Signaling

All You Need Is Love…and WebRTC Signaling

Do you remember you first love? I do and it goes hand in hand with webRTC Signaling. When I was a little child, there was a girl in another class, beautiful brown eyes and short hair. My friend knew her. So in order to be able to talk with her directly, I first asked my friend to give her an "offer" message from me: "Tell her I want to talk with her. Also tell her I'm smart and
Read More +
Prev + 1 … 30 31 32 … 38 Next +

Recent Blog Posts

  • WebRTC SIP Integration: Advanced Techniques for Real-Time Web and Telephony Communication
  • WebRTC Live 104: Why Vision Language Models (LLMs) Deserve a Closer Look
    Watch WebRTC Live #104: Why Vision Language Models Deserve a Closer Look
  • Scheduled Scaling for WebRTC: Handling Predictable Video Streaming Loads with AWS
  • WebRTC.ventures Acquires Peermetrics
    WebRTC.ventures Acquires Peermetrics
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