MeetingEventClientConfiguration

data class MeetingEventClientConfiguration(val eventClientJoinToken: String, val meetingId: String, val attendeeId: String) : EventClientConfiguration

MeetingEventClientConfiguration defines one type of EventClientConfiguration that is needed for DefaultEventReporter

Constructors

Link copied to clipboard
constructor(eventClientJoinToken: String, meetingId: String, attendeeId: String)

Properties

Link copied to clipboard

: String - attendee id

Link copied to clipboard
open override val eventClientJoinToken: String

: String - an authorization token to send

Link copied to clipboard

: String - meeting id

Link copied to clipboard
open override val metadataAttributes: Map<String, Any>

metadataAttributes: Map - the attributes that will be sent to Ingestion Service as metadata

Link copied to clipboard
open override val tag: String

tag: String - tagging the source of the events, which will be translated to Type for Ingestion Event

Link copied to clipboard