All integrations were made following the Zoom Video SDK documentation.
I’m having some unsolved issues in the documentation.
When the function to display screen sharing is called, an error sometimes appears in the console for no defined reason:
{
“type”: “INVALID_OPERATION”,
“reason”: “”
}
When this happens, screen sharing is not displayed on the page, despite starting and displaying the popup to stop screen sharing.
NOTE: Sometimes the error is not returned and the screen is displayed on the page, but this only happens in 10% of attempts within the same environment.
Below is more information about the versions and system I am using:
Video SDK version: 1.12.5
React version: 18
Next JS version: 14.2.2
OS: Windows 11
Browser: Google Chrome
Browser Version 129.0.6668.70 (Official Build) (64 bits)