Comment on Rtc.io – Open source WebRTC libraryparentComments−silviapfeiffer12yJust to be complete: rtc.io has a signalling server at https://github.com/rtc-io/rtc-switchboard . Choice of library is up to you. :-)−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
Just to be complete: rtc.io has a signalling server at https://github.com/rtc-io/rtc-switchboard . Choice of library is up to you. :-)
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...