two-way video broadcasting is where users can see broadcaster and broadcaster can see user but users should not interact with other users.
video conference like every one interact.
what will be the performance difference if use RTCMulticonnection
As described documentation in one-to-multiple video broadcasting
Multi-ports establishment causes huge CPU and bandwidth usage! If 10 users join your broadcasted room, 40 RTP ports will be opened on your browser:
10 RTP ports for outgoing audio streams
10 RTP ports for outgoing video streams
10 RTP ports for incoming audio streams
10 RTP ports for incoming video streams
what happens if 100 users join Broadcast. I mean the performance of the device and what bandwidth it requires if I go with
480 x 360 (360p)
858 x 480 (480p)
1280 x 720 (720p)
and the same for the videoconference
Thanks in Advance