Inherits us.zoom.sdk.MobileRTCVideoView.
|  | 
|  | MinMeetingView (Context context) | 
|  | 
|  | MinMeetingView (Context context, AttributeSet attrs) | 
|  | 
|  | MinMeetingView (Context context, AttributeSet attrs, int defStyle) | 
|  | 
| final synchronized MobileRTCVideoViewManager | getVideoViewMgr () | 
|  | 
|  | 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 () | 
|  | 
Definition at line 11 of file MinMeetingView.java.
 
◆ MinMeetingView() [1/3]
  
  | 
        
          | us.zoom.sdk.MinMeetingView.MinMeetingView | ( | Context | context | ) |  |  | inline | 
 
 
◆ MinMeetingView() [2/3]
  
  | 
        
          | us.zoom.sdk.MinMeetingView.MinMeetingView | ( | Context | context, |  
          |  |  | AttributeSet | attrs ) |  | inline | 
 
 
◆ MinMeetingView() [3/3]
  
  | 
        
          | us.zoom.sdk.MinMeetingView.MinMeetingView | ( | Context | context, |  
          |  |  | AttributeSet | attrs, |  
          |  |  | int | defStyle ) |  | inline | 
 
 
◆ getVideoViewMgr()
◆ 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    }