|
Meeting SDK for Android API Reference
|
Public Member Functions | |
| MobileRTCSDKError | confirmPreview (@Nullable String screenName, boolean videoOn, boolean audioOn) |
Handler for confirming audio and video preview when joining a meeting.
Definition at line 8 of file InMeetingPreviewHandler.java.
| MobileRTCSDKError us.zoom.sdk.InMeetingPreviewHandler.confirmPreview | ( | @Nullable String | screenName, |
| boolean | videoOn, | ||
| boolean | audioOn ) |
Confirms the user's display name and audio and video settings before joining the meeting.
| screenName | The user's display name. Can be null or empty if the display name has already been set. |
| videoOn | true if video is on in meeting. false otherwise. |
| audioOn | true if audio is on in meeting. false otherwise. |