WEB Sdk share screen not working

@mihai.temian yes.
Solution: I found that e.desktopSharingvalue.video is expected to be video element but instead we receive canvas. You can search for this id: sharer-client-sharing-canvas in your sdk code and change the element from canvas to video. It should work.

1 Like