THUMBNAIL IMAGES OF ALL PARTICIPANTS

Hi Team,

We have a requirement “get thumbnail images of all participants” in separate window in MAC / Windows SDK.

The “Meeting screen UI” provided options like “Gallery View” and “Speaker View” in minimal mode, if user clicks on “Full Screen”, zoom SDK provides user “Thumbnail” image view to the participant with video enable.

We need a similar provision in SDK API. This option is not currently available in SDK.
It will helpful if we can get this option. Please do the needful.

Thanks,
Nagamani.

Hi, currently we don’t support this. I recommend to do the following way: 

you can by default using gallery view and shrink the size of windows, so it will looks like thumbnails videos. On Zoom side, we will investigate if we can hide full screen button and disable double click to enter full screen.

Best

 

Hi Team,

 

Do we need to use os level functions to shrink the size of windows or do we have any zoom function to do that?

[NSApp orderedWindows] firstObject] is the function we used.

Thanks,

Nagamani 

Hi Nagamani,

for Mac SDK, you have to use os level functions, for windows, we provide windows handler.

Best

 

Hi team,

When can we expect a windows handler to shrink the windows in gallery view ,so it will looks like thumbnails videos.

Thanks,

Nagamani

 

 

Hi Nagamani,

please take a look at :

  • (ZoomSDKError)showMeetingComponent:(MeetingComponent)component window:(NSWindow**)window show:(BOOL)show InPanel:(BOOL)inPanel frame:(NSRect)componentFrame

you can pass a NSWindow pointer.

Best

Wei