@zoom/meetingsdk-react-native
    Preparing search index...

    Type Alias JoinMeetingConfig

    type JoinMeetingConfig = {
        appPrivilegeToken?: string;
        customerKey?: string;
        customMeetingId?: string;
        inviteOptions?: number;
        isAudioRawDataStereo?: boolean;
        isMyVoiceInMix?: boolean;
        joinToken?: string;
        meetingNumber: string;
        meetingViewsOptions?: string;
        noAudio?: boolean;
        noBottomToolbar?: boolean;
        noChatMsgToast?: boolean;
        noDrivingMode?: boolean;
        noInvite?: boolean;
        noMeetingEndMessage?: boolean;
        noMeetingErrorMessage?: boolean;
        noPhoneDialIn?: boolean;
        noPhoneDialOut?: boolean;
        noRecord?: boolean;
        noShare?: boolean;
        noTitleBar?: boolean;
        noUnmuteConfirmDialog?: boolean;
        noVideo?: boolean;
        noWebinarRegisterDialog?: boolean;
        password?: string;
        userName: string;
        userType?: number;
        vanityID?: string;
        webinarToken?: string;
        zoomAccessToken?: string;
    }
    Index

    Properties

    appPrivilegeToken?: string
    customerKey?: string
    customMeetingId?: string
    inviteOptions?: number
    isAudioRawDataStereo?: boolean
    isMyVoiceInMix?: boolean
    joinToken?: string
    meetingNumber: string
    meetingViewsOptions?: string
    noAudio?: boolean
    noBottomToolbar?: boolean
    noChatMsgToast?: boolean
    noDrivingMode?: boolean
    noInvite?: boolean
    noMeetingEndMessage?: boolean
    noMeetingErrorMessage?: boolean
    noPhoneDialIn?: boolean
    noPhoneDialOut?: boolean
    noRecord?: boolean
    noShare?: boolean
    noTitleBar?: boolean
    noUnmuteConfirmDialog?: boolean
    noVideo?: boolean
    noWebinarRegisterDialog?: boolean
    password?: string
    userName: string
    userType?: number
    vanityID?: string
    webinarToken?: string
    zoomAccessToken?: string