UnbluStartAudioCallErrorType

public enum UnbluStartAudioCallErrorType : String

Error type thrown when starting an audio call

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

    Declaration

    Swift

    case fatalError = "FATAL_ERROR"
  • Failed to start an audio call

    Declaration

    Swift

    case unexpectedExecutionError = "UNEXPECTED_EXECUTION_ERROR"