data class MeetingEventClientConfiguration : EventClientConfiguration
MeetingEventClientConfiguration defines one type of EventClientConfiguration that is needed for DefaultEventReporter
<init> |
MeetingEventClientConfiguration defines one type of EventClientConfiguration that is needed for DefaultEventReporter MeetingEventClientConfiguration(eventClientJoinToken: String, meetingId: String, attendeeId: String) |
attendeeId |
: String - attendee id val attendeeId: String |
eventClientJoinToken |
: String - an authorization token to send val eventClientJoinToken: String |
meetingId |
: String - meeting id val meetingId: String |
metadataAttributes |
metadataAttributes: MapString,Any - the attributes that will be sent to Ingestion Service as metadata val metadataAttributes: Map<String, Any> |
tag |
tag: String - tagging the source of the events, which will be translated to Type for Ingestion Event val tag: String |
type |
type: EventClientType - type of EventClientConfiguration val type: EventClientType |