Regarding reproducing the recording

Description
is it possible to record automatically the camera of the hoster and other people at the meeting (i.e. “pin video” automatically), and get all recordings at the moment the meeting ends? i mean usually, the camera it takes a couple of hours to reproduce the record
thanks

Hi erzshalom,

Thanks for using Zoom SDK. If you would like to pin a user programmatically, you could use the interface spotlightVideo( for example, in iOS SDK: https://zoom.github.io/zoom-sdk-ios/interface_mobile_r_t_c_meeting_service.html#a86afde213782bae95672d9504a463f6b. ) to pin/to spotlight a user.

If you would like to start recording automatically, you could enable the Automatic Recording option in the web portal: https://support.zoom.us/hc/en-us/articles/202921119-Automatic-Recording

If you would like to select the views of being recorded, you may select the options in Recording Layouts in https://support.zoom.us/hc/en-us/articles/203741855-Cloud-recording

Hope this helps. Thanks!