Meeting SDK Type and Version
Zoom Browser Meeting SDK, version 3.1.6
Description
I am using the Zoom Browser Meeting SDK for my web application. I want to persist the user’s camera selection across meetings. Currently, users can select a different camera, but their selection does not persist to their next meeting. I’m looking for a way to remember the camera choice and set it as the default for future meetings. I couldn’t find any utilities to allow me to select the video source using a device ID that I had stored.
Error?
No specific error message, but the camera selection does not persist between meetings.
Troubleshooting Routes
- Searched the forum for relevant topics but did not find a solution.
- Checked the Zoom Developer Changelog and general troubleshooting resources.
- Integrated local storage to save the selected camera ID and tried setting it in the SDK initialization, but I didn’t find any functions that allow that.
How To Reproduce
- Use the Zoom Browser Meeting SDK in a web application.
- The user selects a different camera during a meeting.
- Observe that the camera selection does not persist in subsequent meetings.