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
namename of the event
attributesattributes of the event