Question
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
zoomSdk.
?.inMeetingService
?.inMeetingVirtualBackgroundController
?.addBGImage(background)
note: I found a flag indicate if adding background image is supported or not, but current value return false on both iOS & Android, called
isSupportVirtualBG
Could you help, how exactly to add background image
