UnbluStartVideoCallErrorType

public enum UnbluStartVideoCallErrorType : String

Error type thrown when starting a video call

  • Internal error from the native code. Check the message for more details

    Declaration

    Swift

    case fatalError = "FATAL_ERROR"
  • Failed to start a video call

    Declaration

    Swift

    case unexpectedExecutionError = "UNEXPECTED_EXECUTION_ERROR"