Share screen not running after few times in meeting using Zoom Video SDK

Description
After starting share screen then exiting it, then restarting it a few times, suddenly it stops working it doesn’t reach the finally of the promise and there is no error message as well

Browser Console Error
No error message

Which Web Video SDK version?
@zoom/videosdk”: “^2.2.12”

Video SDK Code Snippets

zoomSession
        .startShareScreen(element, options)
        .catch((error) => {
          console.log(error)
        })
        .finally(() => {
          isLoading = false
        })

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Start share screen
  2. Exit via browser bar
  3. Do this a couple of times then you will be unable to share your screen
  4. No error message

Device (please complete the following information):

  • Macbook Air M1
  • OS: macOS 26.2
  • Browser: Chrome and Firefox
  • Browser Version
    • Chrome Version 144.0.7559.133 (Official Build) (arm64)
    • Firefox Version147.0.3 Build ID 20260203002554

Additional context

  • Session ID: nrgPAhU2S/asNDG6SRENrA==