Perfect Negotiation (WebRTC Series — Part4)
<p><em>In this article, we’ll look at perfect negotiation pattern that prevents the WebRTC peers being end up in a dead lock. This change will also let us use a symmetric code between two clients. By doing so we can let the peers start negotiation in any order.</em></p>
<p>In part 1, 2, and 3 of the series we looked at the basics of webrtc and how to implement a basic web conference app in web and Android. One of the restrictions we had with previous implementation is that the <code>receiver</code> will always have to start before the <code>initiator</code> . In real world scenario, this requires the participants to co-ordinate the initiation of webrtc session. This article discusses a pattern that will resolve this limitation. After implementing the patterns in this article, the participants just need to use the meeting ID and join the call in any order.</p>
<p><a href="https://bharathkotha.medium.com/perfect-negotiation-webrtc-series-part4-7ea5b009a9e2"><strong>Read More</strong></a></p>