Format Your New Topic as Follows:
Video SDK Type and Version
npm > @zoom/videosdk: 2.2.5
Description
I am a developer building an online video class service using React.
The service was originally designed for PC and Mac users, but many users connect from mobile devices.
While the application is now mostly stable on PC and Mac, and relatively stable on mobile, some users still report instability.
On some mobile devices (mostly Android tablets), users sometimes encounter the error video_camera_is_taken
.
When this occurs, the user cannot see the video feed and screen sharing fails.
Refreshing the page does not resolve the issue.
From customer feedback, the affected device was an Android tablet dedicated to learning, with sufficient free storage and system resources. The user was running Chrome and no other applications at the same time.
I suspect this might be related to how users exit the meeting: although there is a “Leave meeting” button, some users exit by pressing other navigation buttons. This might prevent resources (camera/microphone streams) from being properly released.
Error?
Error message: video_camera_is_taken
Troubleshooting Routes
Asked the user to refresh the page → issue persisted.
- Confirmed device: Android tablet, sufficient storage and resources available.
- Browser: Chrome (latest version at the time).
- No other apps running in the background.
- No conflicts with other video applications.
How To Reproduce
We have not been able to reproduce this issue on our own test devices
Question
Could this issue be caused by media resources (camera/microphone) not being properly released when users exit incorrectly?
We would like to gather insights on what situations could potentially cause the video_camera_is_taken
error in a WebRTC/React environment.
Are there specific conditions, resource conflicts, or cleanup-related issues that we should check?
Any advice on possible areas to investigate (e.g., device-level limitations, browser behaviors, media resource handling, user navigation patterns) would be very helpful.