DefaultEventAnalyticsController
@objcMembers
public class DefaultEventAnalyticsController : NSObject, EventAnalyticsController- 
                  
                  DeclarationSwift public func publishEvent(name: EventName, attributes: [AnyHashable : Any])
- 
                  
                  DeclarationSwift public func getMeetingHistory() -> [MeetingHistoryEvent]
- 
                  
                  DeclarationSwift public func publishEvent(name: EventName)
- 
                  
                  DeclarationSwift public func pushHistory(historyEventName: MeetingHistoryEventName)
- 
                  
                  DeclarationSwift public func addEventAnalyticsObserver(observer: EventAnalyticsObserver)
- 
                  
                  DeclarationSwift public func removeEventAnalyticsObserver(observer: EventAnalyticsObserver)
- 
                  
                  DeclarationSwift public func getCommonEventAttributes() -> [AnyHashable : Any]
