3import android.content.Context;
4import android.content.res.Configuration;
5import android.util.AttributeSet;
7import us.zoom.internal.SDKMinMeetingViewComponentMgr;
8import us.zoom.sdk.MobileRTCVideoView;
9import us.zoom.sdk.MobileRTCVideoViewManager;
17 super(context, attrs);
21 super(context, attrs, defStyle);
26 return super.getVideoViewMgr();
31 super.onConfigurationChanged(newConfig);
32 SDKMinMeetingViewComponentMgr.getInstance().onConfigurationChanged(newConfig);
MinMeetingView(Context context)
MinMeetingView(Context context, AttributeSet attrs)
final synchronized MobileRTCVideoViewManager getVideoViewMgr()
void onConfigurationChanged(Configuration newConfig)
MinMeetingView(Context context, AttributeSet attrs, int defStyle)
Meeting video view class.
Meeting MobileRTCVideoView manager class. Get the manager object by the interface in MobileRTCVideoVi...