CallCompositeErrorCode

public struct CallCompositeErrorCode

Call Composite runtime error types.

  • Error when local user fails to join a call.

    Declaration

    Swift

    public static let callJoin: String
  • Error when a call disconnects unexpectedly or fails on ending.

    Declaration

    Swift

    public static let callEnd: String
  • Error when camera failed to start or stop

    Declaration

    Swift

    public static let cameraFailure: String
  • Error when the input token is expired.

    Declaration

    Swift

    public static let tokenExpired: String
  • Error when microphone did not have the permission and join call failed.

    Declaration

    Swift

    public static let microphonePermissionNotGranted: String
  • Error when internet is unavailable and call join fails

    Declaration

    Swift

    public static let networkConnectionNotAvailable: String