Keep Getting CGSize (0.0, 0.0) for thumbview

Hi. I’m trying to show list of present users in thumb view. I keep getting CGSize (0.0, 0.0) for the video but if I select a row the video gets pinned in the main video.

Hi fahad,

Thanks for using Zoom SDK. What is the SDK version you are using? And are you trying to use Custom UI?

Thanks!

SDK version is [v4.6.15084.0206]. And yes i’m trying to use custom ui. Every thing else is working according to my requirements except when it comes to showing the attendes. Keep getting CGSize 0.0

Still waiting to hear back

Hi fahad,

Thanks for the reply. I believe the part you are implementing exists in our demo app:https://github.com/zoom/zoom-sdk-ios/blob/master/MobileRTCSample/MobileRTCSample/CustomMeeting/ThumbView.m, and the CGSize does not return 0,0. It might be hard to tell why you are getting the CGSize(0,0) based on the provided info. Please refer to the implementation of our demo app. Hope this helps.

Thanks!