serverless-webrtc icon indicating copy to clipboard operation
serverless-webrtc copied to clipboard

Multi-node capability

Open shadiakiki1986 opened this issue 10 years ago • 3 comments

Hi. I added the ability to chat with multiple users in your serverless-webrtc project. It's basically just pulling out code from your js/serverless-webrtc.js file into two classes SWHostConnection.js and SWGuestConnection.js. The main code is in separate html and js files than your original serverless-webrtc.html and js/serverless-webrtc.js. In a nutshell, this is just extending your connection to an array of connections.

shadiakiki1986 avatar Jan 28 '15 10:01 shadiakiki1986

@shadiakiki1986 Hey, this sounds great, thank you very much! I'll review and test it soon.

cjb avatar Jan 28 '15 12:01 cjb

@cjb any update?

benwiley4000 avatar Mar 14 '17 00:03 benwiley4000

Ah, I'm sorry I never replied to this. The feature's nice, but it looks like there's lots of code duplication and style issues that it'd be good to avoid. Unless we have a volunteer to do the cleanup perhaps it's best to leave this on a separate branch for people to use..

cjb avatar Mar 14 '17 00:03 cjb