WebRTC Conference
Let's see a very simple example of WebRTC Conference with the JS SDK.
In simple terms, a conference is a room where a user can join and publish his streams, and he will receive the streams of other users who join the same room. So to put it simply, we will use the publish and play function as we did in previous examples to implement a conference.