Comment on Rtc.io – Open source WebRTC libraryparentComments−djoehlman12yIt does work best with the signaller from the rtc.io suite:https://github.com/rtc-io/rtc-signallerThat said, it wouldn't take much to write an signalling client that followed the basics of the messaging format if you did want to roll your own:https://github.com/rtc-io/rtc-signaller#signaller-message-ha...
Comments
It does work best with the signaller from the rtc.io suite:
https://github.com/rtc-io/rtc-signaller
That said, it wouldn't take much to write an signalling client that followed the basics of the messaging format if you did want to roll your own:
https://github.com/rtc-io/rtc-signaller#signaller-message-ha...