EventName

@objc
public enum EventName : Int, CaseIterable, CustomStringConvertible

EventName represent some major event that could help builders to analyze the data

  • The camera selection failed.

    Declaration

    Swift

    case videoInputFailed
  • The meeting will start.

    Declaration

    Swift

    case meetingStartRequested
  • The meeting started.

    Declaration

    Swift

    case meetingStartSucceeded
  • The meeting failed to start.

    Declaration

    Swift

    case meetingStartFailed
  • The meeting ended with failure

    Declaration

    Swift

    case meetingFailed
  • The meeting ended.

    Declaration

    Swift

    case meetingEnded
  • Declaration

    Swift

    case unknown
  • Declaration

    Swift

    public var description: String { get }