CallCompositeDismissed

public struct CallCompositeDismissed
extension CallCompositeDismissed: Equatable

The error thrown after Call Composite launching.

  • The string representing the CallCompositeErrorCode.

    Declaration

    Swift

    public let errorCode: String?
  • The NSError.

    Declaration

    Swift

    public let error: Error?
  • Declaration

    Swift

    public static func == (lhs: CallCompositeDismissed, rhs: CallCompositeDismissed) -> Bool