stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.

Home Page:https://stephenlb.github.io/webrtc-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to Many to many Message send and receive ?

surendrasoniblr opened this issue · comments

In your current example one user become broadcaster and others are viewer. If broadcaster send any message then it received by all viewer. But if suppose viewer1 send send message then its only be view-able by broadcaster only and not by others. I have looking for the feature where viewer1 send message to broadcaster and can be view-able by everyone. Is it possible ?

Please help.

There are two examples. One is a 1-to-1 video calling. The other is a broadcast session. Both are broadcast modes. In both cases the message of viewer1 sending to broadcaster is viewable by all.