iOS virtual background

Description
just started exploring zoom, I am interested in the virtual background feature. Can someone please direct me on how to achieve this with iOs SDK? Any samples? Didn’t managed to get the thing working with ios sdk.

MobileRTCMeetingService *ms = [[MobileRTC sharedRTC] getMeetingService];
ZoomSDKVirtualBGImageInfo *info = [[ZoomSDKVirtualBGImageInfo alloc] init];
[info setImagePath: path];
[ms useBGImage:info];

And does zoom support custom video resolution?

Which version?
v4.6.15805.0403

Smartphone (please complete the following information):

  • Device: ipgone 8, ipad pro
  • OS: iOS 11
1 Like

Hi deshan,

Thanks for using Zoom SDK. Are you getting any error messages? Please note that our SDK does not support virtual video background at the moment, if you pass a video to the function, it will not work.

Our SDK does not have any features in customizing the video resolution.

Hope this helps. Thanks!