interface EventAnalyticsObserver
EventAnalyticsObserver handles events regarding to analytics.
onEventReceived |
Called when specific events occur during the meeting. Each event includes attributes of the event. abstract fun onEventReceived(name: EventName, attributes: EventAttributes): Unit |