Zoom Background Logo
I need to add virtual image background in Android & iOS using meeting SDK but nothing is happening I have tried the below code to add the image the below code in kotlin note: I found a flag indicate if adding background image is supported or not, but current value return false on both iOS & Android, called Could you help, how exactly to add background imagezoomSdk.
?.inMeetingService
?.inMeetingVirtualBackgroundController
?.addBGImage(background)isSupportVirtualBG
Show less

