How to minimize video view in android?

Description
in IOS zoom video view can be minimized. Android sdk has no this menu item by default.
is it possible to implement it in android?


Which version?
v4.6.21666.0429

Hi @guan_bj,

The Zoom client on Android does not have this feature, but it is possible to implement this on your own if you are using the custom UI. Our demo app has the implementation, please have a look: https://github.com/zoom/zoom-sdk-android/blob/master/mobilertc-android-studio/sample/src/main/java/us/zoom/sdksample/inmeetingfunction/customizedmeetingui/view/MeetingWindowHelper.java#L117

Thanks!