These events will not be sent to the ingestion service.
Type of an event. Currently, only meeting events with type = 'Meet' are supported. Each event sent to the ingestion service must have a type.
Ingestion service requires an events envelope version number.
Returns authentication token to use while sending requests to the events ingestion URL.
Returns data specific to an event type along with the type and the event envelope version.
For e.g. for the "Meet" type events, this data is:
{
type: 'Meet',
v: 1,
'meetingId':
Generated using TypeDoc
MeetingEventsClientConfiguration contains necessary information to report meeting events metadata to each event while sending events to the ingestion service.