0

I am new in webrtc.I need to create a new implementation of webRtc. I got the source code of apprtc from Github. it is working fine on my local machine.

But in apprtc, it will support only maximum 2 clients(only one client can join to a single room). I need to modify the apprtc to support more than 2 clients. I want to join multiple clients to a single room. Is it possible with apprtc? if else, is any other way using webrtc?

Philipp Hancke
  • 15,855
  • 2
  • 23
  • 31
Abdul Manaf
  • 4,933
  • 8
  • 51
  • 95

1 Answers1

-1

Try https://httprelay.io it allows one to many communication via ajax requests and requires no additional libraries.

Jonas
  • 4,683
  • 4
  • 45
  • 81