Optional appToken granting extra privileges when joining a meeting — e.g. local recording permissions, streaming to raw, or archiving to raw. iOS and Android.
Optional customCustom meeting ID to display in the title bar instead of the real one. Android only.
Optional customerDeveloper-specified string to track the end user. Max length 35. iOS and Android.
Optional inviteSymbolic key configuring which invite source is enabled. Android only. Only a single key can be supplied; see ZoomInviteOption.
Optional isWhether captured audio raw data is stereo. Defaults to mono when omitted. iOS and Android.
Optional isWhether the local user's voice is included in the mixed audio raw data. iOS and Android.
Optional joinToken used to join the meeting directly without web sign-in. iOS and Android.
Meeting number, formatted like 1234567890. iOS and Android.
Optional meetingSymbolic key configuring which meeting view button or text is hidden. Android only. Only a single key can be supplied; see ZoomMeetingViewsOption.
Optional noJoin the meeting with audio disabled. iOS and Android.
Optional noHide the bottom toolbar. Android only.
Optional noSuppress the chat message toast shown when receiving a new chat message. Android only.
Optional noHide the in-meeting Driving Mode UI. Android only.
Optional noHide the Invite action. Android only.
Optional noHide the "Meeting has ended" message after the meeting ends. Android only.
Optional noHide meeting error message dialogs. Android only.
Optional noHide the "Call In By Phone" option. Android only.
Optional noHide the "Call Out" option. Android only.
Optional noHide the record action. Android only.
Optional noHide the share action. Android only.
Optional noHide the in-meeting title bar. Android only.
Optional noSuppress the host "unmute yourself" confirmation dialog. Android only.
Optional noJoin the meeting with video disabled. iOS and Android.
Optional noSuppress the webinar registration dialog. Android only. When disabled, the host must provide the registration info themselves.
Optional password?: stringMeeting password, when the meeting requires one. iOS and Android.
Display name shown for the local user in the meeting. iOS and Android.
Optional userUser type (see native MobileRTCUserType / ZoomUserType). Android only.
Optional vanityID?: stringSpecial ID for the personal link name in an organization URL — e.g.
yourcompany in yourcompany.zoom.us. iOS and Android.
Optional webinarToken used when joining a webinar. iOS and Android.
Optional zoomZoom Access Key (ZAK) token for joining as a logged-in user. iOS and Android.
Generated using TypeDoc
Parameters used to join an existing Zoom meeting.
Mirrors the native
MobileRTCMeetingJoinParam(iOS) /JoinMeetingParams(Android) parameter objects, combined with the meeting-options flags exposed byMeetingOptionson Android.Field availability differs between platforms — fields marked Android only are silently ignored by the iOS bridge (see
ios/RNZoomSDK.mjoinMeeting:).