EventAnalyticsObserver

@objc
public protocol EventAnalyticsObserver

EventAnalyticsObserver handles events regarding to analytics.

  • Called when specific events occur during the meeting and includes attributes of the event. This can be used to create analytics around meeting metric.

    Declaration

    Swift

    func eventDidReceive(name: EventName, attributes: [AnyHashable : Any])

    Parameters

    name

    name of the event

    attributes

    attributes of the event