Description
Share screen is not working for me in 1.9.6. Even though I can see the share screen button, whenever I try to share screen I get the following error in the console:
TypeError: e.desktopSharingValue.video.play is not a function
It says that I’m sharing the screen and I get the green header, however, it only displays a black screen, not my screen. Also, my init options are the following:
Thank you for reaching out to the Zoom Developer Forum. This seems to be happening because you are using HTTP instead of HTTPS. Please test using a tool like Ngrok which will create an HTTPS secured tunnel to your local server and provide a public URL.
Thanks for testing that out. That’s interesting, are you seeing the same error when testing with the Sample Web App? Further, does this only happen with 1.9.6?
Please share your codebase if this is only reproducible with your implementation and I’ll investigate further.
It looks like another customer reported this and it is related to enabling the WebCodecs Origin Trial. Can you confirm if this is enabled on your implementation as well?
@will.zoom I am just following regular steps to get it running, just one change that I was not able to load WebSDK dependency resources directly from node_modules so I have moved that into public folder. I am not even able to use options like request remote control for some reason.
Well as far as Sample Web App is concerned, I have created a meeting and then tried to join with the sample app I am getting this error:
As this thread is related to screenshare issues on 1.9.6, please create a new thread for this. Please include a screenshot of any browser console errors you’re seeing as well.
@MaxM@will.zoom I’m facing the same issue in VideoSDK@1.1.3.
I’ve enabled WebCodecs and SharedArrayBuffers origin trial but strange part is issue is not there in local environment but in production I’m getting this error.