Comments on: How WebRTC Works? https://bloggeek.me/how-webrtc-works/ The leading authority on WebRTC Mon, 25 Dec 2023 11:51:14 +0000 hourly 1 By: Tsahi Levent-Levi https://bloggeek.me/how-webrtc-works/#comment-128611 Thu, 11 Mar 2021 14:34:23 +0000 https://bloggeek.me/?p=12133#comment-128611 In reply to renaud larcier.

Renaud,

WebRTC keeps track of connections and media flows. It knows when connections are lost and handles trying to reconnect them via its ICE restart mechanism. On top of it, many applications have their own WebSocket/HTTPS connections that can be seen as keep alive mechanisms and they use them in parallel (reconnecting sessions that re disconnected, etc).

]]>
By: renaud larcier https://bloggeek.me/how-webrtc-works/#comment-128608 Thu, 11 Mar 2021 10:38:59 +0000 https://bloggeek.me/?p=12133#comment-128608 Does WebRTC has a keep alive signal or hartbeat that maintain the P2P session up when there is nothing to trasnmit for a while ? We use a VOIP telephony system from Genesys called Purecloud and experience issues with WebRTC where their server is missing an aknowledgment from the client browser side (HD agent) and therefore loose the session with the HD agent client. Any such concept or Genesys has implemented a custom heartbeat ?

]]>
By: Tsahi Levent-Levi https://bloggeek.me/how-webrtc-works/#comment-121620 Wed, 13 May 2020 12:01:05 +0000 https://bloggeek.me/?p=12133#comment-121620 In reply to Lackson Mundira.

Lackson, you can check out my courses (https://webrtccourse.com). I am also available for consulting engagements, but these usually aren’t conducted in the comments section of my blog 😉.

]]>
By: Lackson Mundira https://bloggeek.me/how-webrtc-works/#comment-121605 Tue, 12 May 2020 11:43:56 +0000 https://bloggeek.me/?p=12133#comment-121605 Hello – We have developed a social app. We are having challenges with Voice and video services, was wondering if you can assist with pointers on what areas we can improve. We were using WebRTC initially. however we have moved temporarily to Twilio while we build a robust webRTC back end

Thank you

Lackson

]]>