Open ishan501 opened 7 years ago
Firefox requires this:
You must publish above addon yourself on Firefox addons store.
Otherwise drop "XPI" file on Firefox address-bar/tool-bar.
But the demo on your site works without the extension.
This is what I get when I try to share the screen.
But after selecting the window it doesn't display anything!
@ishan501 : you need to test it with https. It's a working fine with firefox.
I'm trying to implement the screen share functionality in Firefox. I've tried implementing the extension as you said but that didn't work. Then I came to know that I can do that without the extension.
I wrote your code which is in "capture-screen" onclick event. But, I can select the window(as in your demo) but then I can not see the shared screen.
This is what I do in my JS file in onclick event:
`getScreenId(function(error, sourceId, screen_constraints) {
I have also getScreenId.js as you stated.
Kindly tell me what I'm doing wrong.
Thank you.