OnParticipantEmailEvent: { participantUUID: string; participantEmail?: string; errorMessage?: string; timestamp: number }

Type declaration

  • participantUUID: string
  • Optional participantEmail?: string

    verified email addresses only from logged in Zoom users. Logged out users and unverified users will not return this property and will have an associated status message in errorMessage property

  • Optional errorMessage?: string
  • timestamp: number

Generated using TypeDoc