I am working on integrating Zoom Meetings SDK in a web application that I am working. One of the requirement that we have is regarding switching cameras. With the current functionality, the Zoom allows to click on small button above the video tab in the bottom bar and change the cameras.
With the new requirement that we want to work, we want this outside of Zoom, as part of the web application. The user should be able to click the new buttons and the camera should be switched.
We need information on how zoom SDK switches camera so that it can be integrated on the buttons outside of the SDK and it can control the camera in SDK.
I’m here to assist in the Zoom Developer Forum. To give better advice, I’d like to gather some clarity. Can you please share the following details?
Are you looking to integrate the Client or Component view of the Meeting SDK?
What specific information on how Zoom SDK switches cameras? Perhaps you can share more details about your use case and the intended experience you want to implement.
This will enable me to offer more personalized suggestions and guidance.
Are you looking to integrate the Client or Component view of the Meeting SDK?
–Zoom Component View
What specific information on how Zoom SDK switches cameras? Perhaps you can share more details about your use case and the intended experience you want to implement.
–This is our use case:
-----We are building a web application where we will be integrating zoom component view.
-----The hardware on which our web application will run will have multiple cameras attached at the same time
-----This hardware will be a touch screen and will be running inside an Operating room inside hospital
-----We want to develop some extra buttons, outside of this SDK which will switch cameras in zoom SDK
However, if you are looking to leverage the meeting SDK for your use case. You can consider developing a Zoom App. You could use the zoomSdk.listCameras() api to get the list of cameras, and zoomSdk.setCamera() api to change the camera.
Thank you Donte. We took your advice and we were able to implement what we needed. I really appreciate your quick response on this.
I have an additional question regarding contacts. We also are looking a functionality to have the contacts list within the video SDK. Does Zoom video SDK provides this functionality ?
Also, I understand, this is not a question related to camera switching and does not fall in this forum. Let me know if I need to create a new post for this.
Thank you for your question. To verify, are you looking to list contact with the Zoom Video SDK or Zoom Meeting SDK? Here is an article comparing the Meeting SDK and Video SDK for reference :
Video SDK and Meeting SDK comparison
If you are looking to list contact with Meeting SDK, are you looking to list the contact in meeting or just in your application UI?