-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tawk needs screensharing #37
Comments
Turns out as of Chrome 70, you no longer need an extension: https://webrtchacks.com/chrome-screensharing-getdisplaymedia/. Instead there's a new |
Woah! The world is solving our problems for us!
… On Jan 5, 2020, at 8:11 PM, karth295 ***@***.***> wrote:
Turns out as of Chrome 70, you no longer need an extension: https://webrtchacks.com/chrome-screensharing-getdisplaymedia/. Instead there's a new getDisplayMedia function. And Janus already uses this under the hood, so it should be pretty straightforward to use!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Apparently if you pass And then we should be able to publish that merged version up to Janus by creating a new Yeah @toomim I'm pretty excited -- I'm going to try this out tonight. |
This looks great. It'll really expand the uses for task. Did you make progress? |
Janus gives us an api for this: https://janus.conf.meetecho.com/screensharingtest.html as long as we're fine sending either camera video or screenshare video but not both. Sending both would require multiple streams. Also note publishers switching from video to screensharing would need to unpublish their own stream and publish a new one. That might "just work" on the subscriber side.
You would need to download an extension. We can reuse Janus's extension: https://chrome.google.com/webstore/detail/janus-webrtc-screensharin/hapfgfdkleiggjjpfpenajgdnfckjpaj
The text was updated successfully, but these errors were encountered: