Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MeetingEventsClientConfiguration

MeetingEventsClientConfiguration contains necessary information to report meeting events metadata to each event while sending events to the ingestion service.

Hierarchy

  • MeetingEventsClientConfiguration

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new MeetingEventsClientConfiguration(meetingId: string, attendeeId: string, authenticationToken: string, eventsToIgnore?: string[]): MeetingEventsClientConfiguration

Properties

Readonly eventsToIgnore

eventsToIgnore: string[]

These events will not be sent to the ingestion service.

Readonly type

type: "Meet" = 'Meet'

Type of an event. Currently, only meeting events with type = 'Meet' are supported. Each event sent to the ingestion service must have a type.

Readonly v

v: 1 = 1

Ingestion service requires an events envelope version number.

Methods

getAuthenticationToken

  • getAuthenticationToken(): string

toJSON

Generated using TypeDoc