Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.MinMeetingView Class Reference

Inherits us.zoom.sdk.MobileRTCVideoView.

Public Member Functions

 MinMeetingView (Context context)
 
 MinMeetingView (Context context, AttributeSet attrs)
 
 MinMeetingView (Context context, AttributeSet attrs, int defStyle)
 
final synchronized MobileRTCVideoViewManager getVideoViewMgr ()
 
- Public Member Functions inherited from us.zoom.sdk.MobileRTCVideoView
 MobileRTCVideoView (Context context)
 
 MobileRTCVideoView (Context context, AttributeSet attrs)
 
 MobileRTCVideoView (Context context, AttributeSet attrs, int defStyle)
 
void setGestureDetectorEnabled (boolean isEnabled)
 
void setZOrderMediaOverlay (boolean isMediaOverlay)
 
void setZOrderOnTop (boolean onTop)
 
synchronized MobileRTCVideoViewManager getVideoViewManager ()
 
void onPause ()
 
void onResume ()
 
boolean onDown (MotionEvent e)
 
boolean onFling (MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
 
void onLongPress (MotionEvent e)
 
boolean onScroll (MotionEvent e1, MotionEvent e2, float distanceX, float distanceY)
 
void onShowPress (MotionEvent e)
 
boolean onSingleTapUp (MotionEvent e)
 
boolean onDoubleTap (MotionEvent e)
 
boolean onDoubleTapEvent (MotionEvent e)
 
boolean onSingleTapConfirmed (MotionEvent e)
 
void beforeGLContextDestroyed ()
 
void surfaceCreated ()
 
void surfaceDestroyed ()
 
MobileRTCSDKError addWhiteBoardFragment ()
 
MobileRTCSDKError removeWhiteboardFragment ()
 
MobileRTCSDKError addDocFragment (long shareSourceID)
 
MobileRTCSDKError removeDocFragment ()
 

Protected Member Functions

void onConfigurationChanged (Configuration newConfig)
 
- Protected Member Functions inherited from us.zoom.sdk.MobileRTCVideoView
boolean isVisibleToUser ()
 
void onAttachedToWindow ()
 
void onDetachedFromWindow ()
 

Detailed Description

Definition at line 11 of file MinMeetingView.java.

Constructor & Destructor Documentation

◆ MinMeetingView() [1/3]

us.zoom.sdk.MinMeetingView.MinMeetingView ( Context context)
inline

Definition at line 12 of file MinMeetingView.java.

12 {
13 super(context);
14 }

◆ MinMeetingView() [2/3]

us.zoom.sdk.MinMeetingView.MinMeetingView ( Context context,
AttributeSet attrs )
inline

Definition at line 16 of file MinMeetingView.java.

16 {
17 super(context, attrs);
18 }

◆ MinMeetingView() [3/3]

us.zoom.sdk.MinMeetingView.MinMeetingView ( Context context,
AttributeSet attrs,
int defStyle )
inline

Definition at line 20 of file MinMeetingView.java.

20 {
21 super(context, attrs, defStyle);
22 }

Member Function Documentation

◆ getVideoViewMgr()

final synchronized MobileRTCVideoViewManager us.zoom.sdk.MinMeetingView.getVideoViewMgr ( )
inline

Reimplemented from us.zoom.sdk.MobileRTCVideoView.

Definition at line 25 of file MinMeetingView.java.

25 {
26 return super.getVideoViewMgr();
27 }

◆ onConfigurationChanged()

void us.zoom.sdk.MinMeetingView.onConfigurationChanged ( Configuration newConfig)
inlineprotected

Definition at line 30 of file MinMeetingView.java.

30 {
31 super.onConfigurationChanged(newConfig);
32 SDKMinMeetingViewComponentMgr.getInstance().onConfigurationChanged(newConfig);
33 }