Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventController

EventController keeps track of a list of event observers and notifies them of SDK events. An event can describe success or failure of SDK components that make use of this controller. Example: The success and failure for a meeting session. If EventIngestionUrl is available in MeetingSessionConfiguration, then the generated meeting events will be reported to Amazon Chime's backend using the EventReporter.

In most cases you will want to use the default EventController, but you may want to implement your own if you wish to keep track of more meta data or wish to implement your own custom events.

Hierarchy

  • EventController

Implemented by

Index

Properties

Optional Readonly eventReporter

eventReporter: EventReporter

EventReporter that the EventController uses to send events to the Amazon Chime backend.

Methods

addObserver

publishEvent

removeObserver

Generated using TypeDoc