Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen Share and User Webcam Video #35

Open
dhassoun opened this issue Jun 6, 2013 · 0 comments
Open

Screen Share and User Webcam Video #35

dhassoun opened this issue Jun 6, 2013 · 0 comments

Comments

@dhassoun
Copy link

dhassoun commented Jun 6, 2013

So we have an app extended upon from the demo app. 1:1 only. Needs to show user video and screen share from 1 user.

is there a good way to send 2 videos stream from 1 user? currently we had to modify the webrtc.io framework so it was instance based (cleaner approach so global dom not smeared) and then have multiple connections.

var rtc = new WebRTCIO().rtc;
var screenShareConnection = new WebRTCIO().rtc;

screenShareConnection.connect("ws:" + urlc, room + "_screen");
rtc.connect("ws:" + urlc, room);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant