Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.InMeetingPreviewHandler Interface Reference

Public Member Functions

MobileRTCSDKError confirmPreview (@Nullable String screenName, boolean videoOn, boolean audioOn)

Detailed Description

Handler for confirming audio and video preview when joining a meeting.

Definition at line 8 of file InMeetingPreviewHandler.java.

Member Function Documentation

◆ confirmPreview()

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.

Parameters
screenNameThe user's display name. Can be null or empty if the display name has already been set.
videoOntrue if video is on in meeting. false otherwise.
audioOntrue if audio is on in meeting. false otherwise.
Returns
If the function succeeds, it returns MobileRTCSDKError.SDKERR_SUCCESS. Otherwise, this function returns an error.
Note
Only for custom UI.