EventAnalyticsController

EventAnalyticsController keeps track of events and notifies EventAnalyticsObserver. An event describes the success and failure conditions for the meeting session.

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard

Retrieve common attributes, including deviceName, osName, and more.

Link copied to clipboard

Retrieve meeting history.

Link copied to clipboard
abstract fun publishEvent(name: EventName, attributes: EventAttributes? = null)

Publish an event with updated EventAttributes.

Link copied to clipboard
abstract fun pushHistory(historyEventName: MeetingHistoryEventName)
Link copied to clipboard