Participant

public struct Participant

Participant who will receive the meeting

  • Notify the user via text message

    Declaration

    Swift

    public let sendSMS: Bool?
  • Phone where user will be notified

    Declaration

    Swift

    public let phone: String?
  • Email where user will be notified

    Declaration

    Swift

    public let email: String?