G
G
godMiner2014-07-01 13:28:53
JavaScript
godMiner, 2014-07-01 13:28:53

How to do it - WebRTC multi-user chat?

Good afternoon, dear hackers and toaster-dwellers.
I decided to drop into the world of webrtc and make a small chat.
It was no problem to make a chat for two.
It was no problem to make a chat with a bunch of listeners and one broadcaster.
But how to make a chat where everyone is a listener and a broadcaster, what should be the logic?
Thanks friends.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
H
hbruser, 2014-07-04
@hbruser

WebRTC Broadcasting Server - You can make many listeners and many broadcasters.

B
bay73, 2014-07-01
@bay73

WebRTC allows you to connect two participants by a channel.
If you need a lot, then either connect each to each, or build a star-shaped scheme - when one central has channels with everyone and routes flows.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question