MeetingHistoryEventName
@objc
public enum MeetingHistoryEventName : Int, CaseIterable, CustomStringConvertibleMeetingHistoryEventName is a meeting history state which are important events to note in the history.
Thus, this also includes events in EventName
- 
                  
                  The microphone was selected. DeclarationSwift case audioInputSelected
- 
                  
                  The camera was selected. DeclarationSwift case videoInputSelected
- 
                  
                  The camera selection failed. DeclarationSwift case videoInputFailed
- 
                  
                  The meeting failed to start. DeclarationSwift case meetingStartFailed
- 
                  
                  The meeting will start. DeclarationSwift case meetingStartRequested
- 
                  
                  The meeting started. DeclarationSwift case meetingStartSucceeded
- 
                  
                  The meeting ended. DeclarationSwift case meetingEnded
- 
                  
                  The meeting failed. DeclarationSwift case meetingFailed
- 
                  
                  The meeting reconnected. DeclarationSwift case meetingReconnected
- 
                  
                  unknown DeclarationSwift case unknown
- 
                  
                  DeclarationSwift public var description: String { get }
