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. Android only.
Optional inviteContact ID used for automatic meeting invitation. Android only.
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. Android only.
Optional isWhether the local user's voice is included in the mixed audio raw data. Android only.
Optional meetingMeeting number to start, formatted like 1234567890. Required when
starting an existing scheduled meeting; omit to start an instant meeting.
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 noStart the meeting with audio disabled. Android only.
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 noStart the meeting with video disabled. Android only.
Optional noSuppress the webinar registration dialog. Android only.
Display name shown for the host. iOS and Android.
Optional userUser type (see native MobileRTCUserType / ZoomUserType). iOS and Android.
Optional vanityID?: stringSpecial ID for the personal link name in an organization URL — e.g.
yourcompany in yourcompany.zoom.us. Android only.
Zoom Access Key (ZAK) token for the host. Required when starting a meeting on behalf of a logged-in Zoom user. iOS and Android.
Generated using TypeDoc
Parameters used to start a new Zoom meeting.
Mirrors the native
MobileRTCMeetingStartParam(iOS) /StartMeetingParams(Android) parameter objects, combined with the meeting-options flags exposed byMeetingOptionson Android.Field availability differs sharply between platforms. The iOS bridge (
ios/RNZoomSDK.mstartMeeting:) only readsuserName,meetingNumber,zoomAccessToken, anduserType— every other field is Android only and is silently ignored on iOS.