Interface MeetingEventsClientConfigurationAttributes

[[MeetingEventsClientConfigurationAttributes]] describes meeting client specific attributes required in client metadata when sending to ingestion service endpoint.

interface MeetingEventsClientConfigurationAttributes {
    attendeeId?: string;
    meetingId?: string;
    type?: string;
    v?: number;
}

Hierarchy (View Summary)

Properties

attendeeId?: string
meetingId?: string
type?: string
v?: number