public class MeetingActivity
extends com.zipow.videobox.ConfActivityNormal
Modifier and Type | Class and Description |
---|---|
static class |
com.zipow.videobox.ConfAccessibilityActivity.AccessibilityRetainedFragment |
com.zipow.videobox.ConfActivity.RetainedFragment
isCustomJBHActivityFinished, mConfParams, mVideoSceneMgr
DEFAULT_KEYS_DIALER, DEFAULT_KEYS_DISABLE, DEFAULT_KEYS_SEARCH_GLOBAL, DEFAULT_KEYS_SEARCH_LOCAL, DEFAULT_KEYS_SHORTCUT, FOCUSED_STATE_SET, RESULT_CANCELED, RESULT_FIRST_USER, RESULT_OK
ACCESSIBILITY_SERVICE, ACCOUNT_SERVICE, ACTIVITY_SERVICE, ALARM_SERVICE, APP_OPS_SERVICE, APPWIDGET_SERVICE, AUDIO_SERVICE, BATTERY_SERVICE, BIND_ABOVE_CLIENT, BIND_ADJUST_WITH_ACTIVITY, BIND_ALLOW_OOM_MANAGEMENT, BIND_AUTO_CREATE, BIND_DEBUG_UNBIND, BIND_EXTERNAL_SERVICE, BIND_IMPORTANT, BIND_INCLUDE_CAPABILITIES, BIND_NOT_FOREGROUND, BIND_NOT_PERCEPTIBLE, BIND_WAIVE_PRIORITY, BIOMETRIC_SERVICE, BLUETOOTH_SERVICE, CAMERA_SERVICE, CAPTIONING_SERVICE, CARRIER_CONFIG_SERVICE, CLIPBOARD_SERVICE, COMPANION_DEVICE_SERVICE, CONNECTIVITY_SERVICE, CONSUMER_IR_SERVICE, CONTEXT_IGNORE_SECURITY, CONTEXT_INCLUDE_CODE, CONTEXT_RESTRICTED, CROSS_PROFILE_APPS_SERVICE, DEVICE_POLICY_SERVICE, DISPLAY_SERVICE, DOWNLOAD_SERVICE, DROPBOX_SERVICE, EUICC_SERVICE, FINGERPRINT_SERVICE, HARDWARE_PROPERTIES_SERVICE, INPUT_METHOD_SERVICE, INPUT_SERVICE, IPSEC_SERVICE, JOB_SCHEDULER_SERVICE, KEYGUARD_SERVICE, LAUNCHER_APPS_SERVICE, LAYOUT_INFLATER_SERVICE, LOCATION_SERVICE, MEDIA_PROJECTION_SERVICE, MEDIA_ROUTER_SERVICE, MEDIA_SESSION_SERVICE, MIDI_SERVICE, MODE_APPEND, MODE_ENABLE_WRITE_AHEAD_LOGGING, MODE_MULTI_PROCESS, MODE_NO_LOCALIZED_COLLATORS, MODE_PRIVATE, MODE_WORLD_READABLE, MODE_WORLD_WRITEABLE, NETWORK_STATS_SERVICE, NFC_SERVICE, NOTIFICATION_SERVICE, NSD_SERVICE, POWER_SERVICE, PRINT_SERVICE, RECEIVER_VISIBLE_TO_INSTANT_APPS, RESTRICTIONS_SERVICE, ROLE_SERVICE, SEARCH_SERVICE, SENSOR_SERVICE, SHORTCUT_SERVICE, STORAGE_SERVICE, STORAGE_STATS_SERVICE, SYSTEM_HEALTH_SERVICE, TELECOM_SERVICE, TELEPHONY_SERVICE, TELEPHONY_SUBSCRIPTION_SERVICE, TEXT_CLASSIFICATION_SERVICE, TEXT_SERVICES_MANAGER_SERVICE, TV_INPUT_SERVICE, UI_MODE_SERVICE, USAGE_STATS_SERVICE, USB_SERVICE, USER_SERVICE, VIBRATOR_SERVICE, WALLPAPER_SERVICE, WIFI_AWARE_SERVICE, WIFI_P2P_SERVICE, WIFI_RTT_RANGING_SERVICE, WIFI_SERVICE, WINDOW_SERVICE
Constructor and Description |
---|
MeetingActivity() |
Modifier and Type | Method and Description |
---|---|
boolean |
canSwitchAudioSource()
Query if it is able to switch audio source.
|
boolean |
canSwitchCamera()
Query if it is able to switch camera in current meeting.
|
boolean |
connectVoIP()
Query whether to use VoIP to connect audio.
|
void |
disconnectAudio()
Disconnect audio.
|
void |
dismissAllTips()
Clear all tips, including option menus.
|
void |
doAudioAction()
Operate audio like the standard behavior of ZOOM.
|
static java.lang.String |
getConfChatAccessibilityDescription(android.content.Context context,
com.zipow.videobox.view.ConfChatItem confChatItem) |
int |
getCurrentAudioSourceType()
Get the audio source type of current meeting.
|
protected int |
getLayout()
Get the layout ID of meeting activities.
|
protected android.graphics.Bitmap |
getShareBitmap()
Get share view bitmap.onJoinMeetingConfirmed
|
boolean |
isAllowToChat()
Query if it is allowed to chat in current meeting.
|
protected boolean |
isAlwaysFullScreen()
Query if meeting activity layout is always in full screen.
|
boolean |
isAudioConnected()
Query if the audio is connected.
|
boolean |
isAudioMuted()
Query if the microphone is muted
|
boolean |
isCMREnabled()
Query if it is enabled to record on the cloud.
|
boolean |
isCMRInProgress()
Query if it is in process to record on the cloud.
|
boolean |
isImmersedModeEnabled()
Query if immersed mode is enabled for meeting activity layout.
|
boolean |
isInSilentMode()
Query if user joins meeting in silent mode is enabled.
|
boolean |
isMeetingConnected()
Query if the meeting is connected.
|
boolean |
isRaisedHand()
Query if user raises the hand.
|
protected boolean |
isSensorOrientationEnabled()
Query if the sensor orientation of the phone is enabled.
|
boolean |
isSharingOut()
Query if the current user is sharing.
|
boolean |
isSharingScreen()
Query if the current user is sharing the screen.
|
boolean |
isVideoMuted()
Query if the video of current user is muted.
|
void |
lowerHand()
Put hand down.
|
void |
muteAudio(boolean mute)
Mute audio.
|
void |
muteVideo(boolean mute)
Mute the video of current user.
|
protected void |
onAudioStatusChanged()
The audio status changes.
|
boolean |
onClickEndButton()
Handle this click event to process leave meeting button
|
void |
onClickParticipants()
Override the method to customize participants' button action.
|
protected void |
onCreate(android.os.Bundle savedInstanceState) |
protected void |
onJoinMeetingConfirmed()
Joining meeting status is confirmed.
|
protected void |
onMeetingConnected()
Meeting is connected.
|
protected void |
onMyAudioSourceTypeChanged()
The audio source type of current user is changed.
|
protected void |
onMyAudioTypeChanged()
The audio type of current user is changed.
|
protected void |
onMyRaiseLowerHandStatusChanged(boolean isRaiseHand)
The status of raising hand is changed.
|
protected void |
onMyVideoStatusChanged()
The video status changes.
|
protected void |
onSilentModeChanged(boolean inSilentMode)
The meeting silent mode is changed.
|
protected void |
onStartShare()
Get started the current sharing.
|
protected void |
onStopShare()
Stop the sharing.
|
protected void |
processSpokenAccessibilityForConfCmd(android.view.View focusView,
int cmd,
long ret)
Process spoken accessibility for conf cmd.
|
protected void |
processSpokenAccessibilityForUserCmd(android.view.View focusView,
int cmd,
long userId,
int userAction) |
void |
raiseHand()
Raise hand.
|
boolean |
setCustomizedMeetingId(java.lang.String meetingId)
Set custom meeting ID.
|
void |
showAudioOptions()
Display the audio options.
|
void |
showChatsView()
Display meeting chat view.
|
void |
showLeaveDialog()
Display the tips when user leaves the meeting.
|
void |
showMoreOptions()
Display more options.
|
void |
showParticipants()
Display participant's list in the meeting..
|
void |
showShareOptions()
Display sharing options in the meeting.
|
void |
showVideoOptions()
Display video options in the meeting.
|
void |
startCloudRecord()
Start recording the meeting on cloud.
|
void |
stopCloudRecord()
Stop recording the meeting on cloud.
|
void |
stopShare()
Stop sharing of the current user.
|
void |
switchAudioSource()
Switch audio source.
|
protected void |
switchToActiveSpeaker() |
protected void |
switchToDriveScene() |
void |
switchToNextCamera()
Switch to the next camera.
|
protected void |
switchToNextPage() |
protected void |
switchToPreviousPage() |
protected void |
switchToVideoWall() |
attendeeVideoControlChanged, attendeeVideoLayoutChanged, attendeeVideoLayoutFlagChanged, checkPermissionAndDoUnmuteByRequest, disableToolbarAutoHide, dismissTempTips, doUnmuteByRequest, enterHostKeyToClaimHost, getmBOComponent, getmKubiComponent, getmZMTipLayer, getToolbarHeight, getToolbarVisibleHeight, getTopBarHeight, getTopBarVisibleHeight, getVideoSceneMgr, handleZoomUIAction, hiddenMainVideoAudioStatus, hideToolbarDefaultDelayed, hideToolbarDelayed, isBottombarShowing, isToolbarShowing, onActivityResult, onAnnotateShutDown, onAnnotateStartedUp, onAppActivated, onAppInactivated, onAudioSourceTypeChanged, onBOCountdown, onCallTimeOut, onChatMessageReceived, onCheckCMRPrivilege, onClick, onClickAttendeeLowerHand, onClickAttendeeRaiseHand, onClickBtnAudio, onClickChats, onClickMore, onClickQA, onClosedCaptionMessageReceived, onClosedCaptionMessageReceived, onConfigurationChanged, onConfLeaveComplete, onConfSilentModeChangedNotification, onConfStatusChanged, onConfStatusChanged2, onDestroy, onDeviceStatusChanged, onDraggingVideoScene, onDropVideoScene, onHostBindTelNotification, onInnerEventAction, onJoinConf_ConfirmMultiVanityURLs, onJoinConf_ConfirmUnreliableVanityURL, onJoinConfConfirmMeetingInfo, onJoinConfConfirmMeetingStatus, onJoinConfConfirmPasswordValidateResult, onJoinConfVerifyMeetingInfo, onKeyDown, onKeyUp, onLaunchConfParamReady, onLeavingSilentModeStatusChanged, onLiveTranscriptionClosedCaptionMessageReceived, onPause, onPListTipClosed, onPTAskToLeave, onPTInvitationSent, onPTInviteRoomSystemResult, onRealtimeClosedCaptionMessageReceived, onRequestPermissionsResult, onResume, onSaveInstanceState, onStart, onStop, onToolbarVisibilityChanged, onUpgradeThisFreeMeeting, onUserEvent, onUserStatusChanged, onVerifyMyGuestRoleResult, onVideoSceneChanged, onWBPageChanged, onWebinarNeedRegister, refreshMainVideoAudioStatus, refreshMainVideoAudioStatus, refreshToolbar, refreshUnreadChatCount, setRequestedOrientation, showAttendeeList, showLeaveMeetingUI, showPList, showTipMicEchoDetected, showToolbar, showVerifyHostKeyDialog, switchToolbar, switchViewTo, updateSystemStatusBar, updateTitleBar
acceptCall, callABContact, checkExistingCallAndJoinMeeting, confirmWebinarRegisterInfo, doRequestPermission, finish, finishSubActivities, getConfParams, getRetainedFragment, handleOnPTAskToLeaveForUpdate, hasCustomJBHActivity, hasTipPointToToolbar, inviteToVideoCall, isArrowAcceleratorDisabled, isCallingOut, isConnectVoipDirectWhenClickAuidoBtn, isInDriveMode, isNetworkRestrictionMode, isShowJoinLeaveTip, isWebinarAttendeeRaiseHand, joinById, joinByUrl, joinByUrl, joinFromRoom, launchCallForWebStart, notifyVolumeChanged, onBackPressed, onClickAccept, onClickBtnBack, onClickLeave, onNewIncomingCall, onNewIncomingCallCanceled, onNewIntent, onSentInvitationDone, performDialogAction, requestPendingPermission, requestPermission, showCustomJBHActivity, showPreviewVideoDialog, startConference, startConference, startConfUI, startGroupCall, startMeeting, startMeetingCallFromZoomMessenger, switchCall, switchViewToWaitingJoinView, webStart
addDisableGestureFinishView, addGlobalActivityListener, attachBaseContext, disableFinishActivityByGesture, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, finishActivityFromFragment, getActivity, getEventTaskManager, getFragmentIndex, getFrontActivity, getInProcessActivityCountInStack, getInProcessActivityInStackAt, getNonNullEventTaskManagerOrThrowException, hasActivityCreated, isActive, isActivityDestroyed, isAppInForeground, isDestroyed, isInMultiWindowMode, onFling, onRestoreInstanceState, removeDisableGestureFinishView, removeGlobalActivityListener, setHasActivityCreated, windowIsTranslucent, zm_checkSelfPermission, zm_requestPermissions
dump, getSupportFragmentManager, getSupportLoaderManager, onAttachFragment, onCreatePanelMenu, onCreateView, onCreateView, onLowMemory, onMenuItemSelected, onMultiWindowModeChanged, onPanelClosed, onPictureInPictureModeChanged, onPostResume, onPrepareOptionsPanel, onPreparePanel, onResumeFragments, onStateNotSaved, setEnterSharedElementCallback, setExitSharedElementCallback, startActivityForResult, startActivityForResult, startActivityFromFragment, startActivityFromFragment, startIntentSenderForResult, startIntentSenderForResult, startIntentSenderFromFragment, supportFinishAfterTransition, supportInvalidateOptionsMenu, supportPostponeEnterTransition, supportStartPostponedEnterTransition, validateRequestPermissionsRequestCode
getLastCustomNonConfigurationInstance, getLifecycle, getOnBackPressedDispatcher, getSavedStateRegistry, getViewModelStore, onRetainCustomNonConfigurationInstance, onRetainNonConfigurationInstance
getExtraData, putExtraData, superDispatchKeyEvent
addContentView, closeContextMenu, closeOptionsMenu, createPendingResult, dismissDialog, dismissKeyboardShortcutsHelper, enterPictureInPictureMode, enterPictureInPictureMode, findViewById, finish, finishActivity, finishActivityFromChild, finishAffinity, finishAfterTransition, finishAndRemoveTask, finishFromChild, getActionBar, getApplication, getCallingActivity, getCallingPackage, getChangingConfigurations, getComponentName, getContentScene, getContentTransitionManager, getCurrentFocus, getFragmentManager, getIntent, getLastNonConfigurationInstance, getLayoutInflater, getLoaderManager, getLocalClassName, getMaxNumPictureInPictureActions, getMediaController, getMenuInflater, getParent, getParentActivityIntent, getPreferences, getReferrer, getRequestedOrientation, getSearchEvent, getSystemService, getTaskId, getTitle, getTitleColor, getVoiceInteractor, getVolumeControlStream, getWindow, getWindowManager, hasWindowFocus, invalidateOptionsMenu, isActivityTransitionRunning, isChangingConfigurations, isChild, isFinishing, isImmersive, isInPictureInPictureMode, isLocalVoiceInteractionSupported, isTaskRoot, isVoiceInteraction, isVoiceInteractionRoot, managedQuery, moveTaskToBack, navigateUpTo, navigateUpToFromChild, onActionModeFinished, onActionModeStarted, onActivityReenter, onApplyThemeResource, onAttachedToWindow, onAttachFragment, onChildTitleChanged, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreate, onCreateContextMenu, onCreateDescription, onCreateDialog, onCreateDialog, onCreateNavigateUpTaskStack, onCreateOptionsMenu, onCreatePanelView, onCreateThumbnail, onDetachedFromWindow, onEnterAnimationComplete, onGenericMotionEvent, onGetDirectActions, onKeyLongPress, onKeyMultiple, onKeyShortcut, onLocalVoiceInteractionStarted, onLocalVoiceInteractionStopped, onMenuOpened, onMultiWindowModeChanged, onNavigateUp, onNavigateUpFromChild, onOptionsItemSelected, onOptionsMenuClosed, onPerformDirectAction, onPictureInPictureModeChanged, onPostCreate, onPostCreate, onPrepareDialog, onPrepareDialog, onPrepareNavigateUpTaskStack, onPrepareOptionsMenu, onProvideAssistContent, onProvideAssistData, onProvideKeyboardShortcuts, onProvideReferrer, onRestart, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onTitleChanged, onTopResumedActivityChanged, onTouchEvent, onTrackballEvent, onTrimMemory, onUserInteraction, onUserLeaveHint, onVisibleBehindCanceled, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, overridePendingTransition, postponeEnterTransition, recreate, registerActivityLifecycleCallbacks, registerForContextMenu, releaseInstance, removeDialog, reportFullyDrawn, requestDragAndDropPermissions, requestPermissions, requestShowKeyboardShortcuts, requestVisibleBehind, requestWindowFeature, requireViewById, runOnUiThread, setActionBar, setContentTransitionManager, setContentView, setContentView, setContentView, setDefaultKeyMode, setEnterSharedElementCallback, setExitSharedElementCallback, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setFinishOnTouchOutside, setImmersive, setInheritShowWhenLocked, setIntent, setMediaController, setPictureInPictureParams, setProgress, setProgressBarIndeterminate, setProgressBarIndeterminateVisibility, setProgressBarVisibility, setResult, setResult, setSecondaryProgress, setShowWhenLocked, setTaskDescription, setTheme, setTitle, setTitle, setTitleColor, setTurnScreenOn, setVisible, setVolumeControlStream, setVrModeEnabled, shouldShowRequestPermissionRationale, shouldUpRecreateTask, showAssist, showDialog, showDialog, showLockTaskEscapeMessage, startActionMode, startActionMode, startActivities, startActivities, startActivity, startActivity, startActivityFromChild, startActivityFromChild, startActivityFromFragment, startActivityFromFragment, startActivityIfNeeded, startActivityIfNeeded, startIntentSender, startIntentSender, startIntentSenderFromChild, startIntentSenderFromChild, startLocalVoiceInteraction, startLockTask, startManagingCursor, startNextMatchingActivity, startNextMatchingActivity, startPostponedEnterTransition, startSearch, stopLocalVoiceInteraction, stopLockTask, stopManagingCursor, takeKeyEvents, triggerSearch, unregisterActivityLifecycleCallbacks, unregisterForContextMenu
applyOverrideConfiguration, getAssets, getResources, getTheme, setTheme
bindIsolatedService, bindService, bindService, checkCallingOrSelfPermission, checkCallingOrSelfUriPermission, checkCallingPermission, checkCallingUriPermission, checkPermission, checkSelfPermission, checkUriPermission, checkUriPermission, clearWallpaper, createConfigurationContext, createContextForSplit, createDeviceProtectedStorageContext, createDisplayContext, createPackageContext, databaseList, deleteDatabase, deleteFile, deleteSharedPreferences, enforceCallingOrSelfPermission, enforceCallingOrSelfUriPermission, enforceCallingPermission, enforceCallingUriPermission, enforcePermission, enforceUriPermission, enforceUriPermission, fileList, getApplicationContext, getApplicationInfo, getBaseContext, getCacheDir, getClassLoader, getCodeCacheDir, getContentResolver, getDatabasePath, getDataDir, getDir, getExternalCacheDir, getExternalCacheDirs, getExternalFilesDir, getExternalFilesDirs, getExternalMediaDirs, getFilesDir, getFileStreamPath, getMainExecutor, getMainLooper, getNoBackupFilesDir, getObbDir, getObbDirs, getOpPackageName, getPackageCodePath, getPackageManager, getPackageName, getPackageResourcePath, getSharedPreferences, getSystemServiceName, getWallpaper, getWallpaperDesiredMinimumHeight, getWallpaperDesiredMinimumWidth, grantUriPermission, isDeviceProtectedStorage, isRestricted, moveDatabaseFrom, moveSharedPreferencesFrom, openFileInput, openFileOutput, openOrCreateDatabase, openOrCreateDatabase, peekWallpaper, registerReceiver, registerReceiver, registerReceiver, registerReceiver, removeStickyBroadcast, removeStickyBroadcastAsUser, revokeUriPermission, revokeUriPermission, sendBroadcast, sendBroadcast, sendBroadcastAsUser, sendBroadcastAsUser, sendOrderedBroadcast, sendOrderedBroadcast, sendOrderedBroadcastAsUser, sendStickyBroadcast, sendStickyBroadcastAsUser, sendStickyOrderedBroadcast, sendStickyOrderedBroadcastAsUser, setWallpaper, setWallpaper, startForegroundService, startInstrumentation, startService, stopService, unbindService, unregisterReceiver, updateServiceGroup
getColor, getColorStateList, getDrawable, getString, getString, getSystemService, getText, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, obtainStyledAttributes, registerComponentCallbacks, unregisterComponentCallbacks
protected void onCreate(android.os.Bundle savedInstanceState)
onCreate
in class com.zipow.videobox.ConfActivityNormal
protected int getLayout()
getLayout
in class com.zipow.videobox.ConfActivityNormal
public boolean isImmersedModeEnabled()
isImmersedModeEnabled
in class com.zipow.videobox.ConfActivity
protected boolean isAlwaysFullScreen()
protected boolean isSensorOrientationEnabled()
isSensorOrientationEnabled
in class com.zipow.videobox.ConfActivityNormal
public void onClickParticipants()
onClickParticipants
in interface com.zipow.videobox.view.ConfToolbar.Listener
onClickParticipants
in class com.zipow.videobox.ConfActivityNormal
protected void onStartShare()
onStartShare
in class com.zipow.videobox.ConfActivityNormal
protected void onStopShare()
onStopShare
in class com.zipow.videobox.ConfActivityNormal
protected void onAudioStatusChanged()
onAudioStatusChanged
in class com.zipow.videobox.ConfActivityNormal
protected void onMyVideoStatusChanged()
onMyVideoStatusChanged
in class com.zipow.videobox.ConfActivityNormal
protected void onMeetingConnected()
onMeetingConnected
in class com.zipow.videobox.ConfActivityNormal
protected void onSilentModeChanged(boolean inSilentMode)
onSilentModeChanged
in class com.zipow.videobox.ConfActivityNormal
inSilentMode
- Whether it is in silent mode.protected void onMyAudioTypeChanged()
onMyAudioTypeChanged
in class com.zipow.videobox.ConfActivityNormal
protected void onMyAudioSourceTypeChanged()
onMyAudioSourceTypeChanged
in class com.zipow.videobox.ConfActivityNormal
protected void onMyRaiseLowerHandStatusChanged(boolean isRaiseHand)
onMyRaiseLowerHandStatusChanged
in class com.zipow.videobox.ConfActivityNormal
public boolean onClickEndButton()
onClickEndButton
in class com.zipow.videobox.ConfActivity
protected void onJoinMeetingConfirmed()
onJoinMeetingConfirmed
in class com.zipow.videobox.ConfActivity
protected android.graphics.Bitmap getShareBitmap()
getShareBitmap
in class com.zipow.videobox.ConfActivityNormal
public boolean setCustomizedMeetingId(java.lang.String meetingId)
meetingId
- The ID of meeting.public boolean isMeetingConnected()
public boolean isInSilentMode()
public boolean isSharingOut()
public boolean isSharingScreen()
public void showLeaveDialog()
public void showAudioOptions()
showAudioOptions
in class com.zipow.videobox.ConfActivityNormal
public void showVideoOptions()
public void showParticipants()
public void showShareOptions()
public void doAudioAction()
public void showMoreOptions()
public boolean isVideoMuted()
public void muteVideo(boolean mute)
mute
- TRUE means mute. FALSE not.public boolean canSwitchCamera()
public void switchToNextCamera()
public boolean isAudioConnected()
public boolean isAudioMuted()
public boolean connectVoIP()
public void disconnectAudio()
public void muteAudio(boolean mute)
muteAudio
in class com.zipow.videobox.ConfActivityNormal
public void stopShare()
public void dismissAllTips()
public boolean isCMREnabled()
public boolean isCMRInProgress()
public void startCloudRecord()
public void stopCloudRecord()
public boolean canSwitchAudioSource()
canSwitchAudioSource
in class com.zipow.videobox.ConfActivity
public int getCurrentAudioSourceType()
public void switchAudioSource()
public boolean isAllowToChat()
public void showChatsView()
public void raiseHand()
public void lowerHand()
public boolean isRaisedHand()
protected void switchToNextPage()
switchToNextPage
in class com.zipow.videobox.ConfActivityNormal
protected void switchToPreviousPage()
switchToPreviousPage
in class com.zipow.videobox.ConfActivityNormal
protected void switchToActiveSpeaker()
switchToActiveSpeaker
in class com.zipow.videobox.ConfActivityNormal
protected void switchToDriveScene()
switchToDriveScene
in class com.zipow.videobox.ConfActivityNormal
protected void switchToVideoWall()
switchToVideoWall
in class com.zipow.videobox.ConfActivityNormal
public static java.lang.String getConfChatAccessibilityDescription(@Nullable android.content.Context context, @Nullable com.zipow.videobox.view.ConfChatItem confChatItem)
protected void processSpokenAccessibilityForConfCmd(android.view.View focusView, int cmd, long ret)
focusView
- the focus viewcmd
- the cmdret
- the retprotected void processSpokenAccessibilityForUserCmd(android.view.View focusView, int cmd, long userId, int userAction)