Problem while cancelling the screen sharing

When the user tries to share the screen and selects the “Cancel” button in the chrome screen sharing popup, a black rectangle is displayed in the zoom video. Is there any event fired when the user selects the “Cancel” button? The event can be used to rerender the video tiles.

Web Video SDK version
1.3.9

Steps to reproduce the behavior:

  1. Call startShareScreen() API
  2. Chrome screen sharing popup will be displayed.
  3. User selects “Cancel” button.
  4. User will be able to see a black rectangle in the zoom video
  • OS: Windows
  • Browser: Chrome
  • Browser Version :105.0.5195.102 (Official Build) (64-bit)
1 Like

Hey @kvr

Thanks for your feedback.

Did you use the Video SDK Web 1.4.0 ? We have not released version 1.3.9.

After calling the startShareScreen, it will return a promise, if the user clicks the ‘Cancel’ button, the promise will reject for the reason “user deny screen share”.

Thanks
Vic

1 Like

Hi Vic,

Thanks for the solution. It works.

Thanks
Krishnan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.