Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventsClientConfiguration

EventsClientConfiguration contains necessary information to create events specific data when sending events to the ingestion service.

Hierarchy

  • EventsClientConfiguration

Implemented by

Index

Properties

Readonly eventsToIgnore

eventsToIgnore: string[]

These events will not be sent to the ingestion service.

Readonly type

type: string

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: number

Ingestion service requires an events envelope version number.

Methods

getAuthenticationToken

  • getAuthenticationToken(): string

toJSON

Generated using TypeDoc