ZoomInviteOption: "InviteEnableAll" | "InviteViaSMS" | "InviteViaEmail" | "InviteCopyUrl" | "InviteDisableAll"

Symbolic key for MeetingOptions.invite_options on Android.

The Android bridge reads this as a string and maps it to one entry of us.zoom.sdk.InviteOptions via RNZoomSDKEnumConvert.getInviteOptions. Only one value can be supplied per call. iOS does not read this field.

Generated using TypeDoc