amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.ingestion / IngestionEvent

IngestionEvent

data class IngestionEvent

IngestionEvent defines the event format ingestion server will accept

Constructors

<init>

IngestionEvent defines the event format ingestion server will accept

IngestionEvent(type: String, metadata: IngestionMetadata, payloads: List<IngestionPayload>, version: Int = 1)

Properties

metadata

val metadata: IngestionMetadata

payloads

: ListMapString,Any - list of map that contains details of event

val payloads: List<IngestionPayload>

type

: EventClientType - type of Event.

val type: String

version

: Int - version of this event. If the format changes, it will have different version.

val version: Int