Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 1.53 KB

File metadata and controls

63 lines (46 loc) · 1.53 KB
title failureInfo resource type
description The failureInfo type
ms.localizationpriority medium
author mcm223
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

failureInfo resource type

Namespace: microsoft.graph.callRecords

[!INCLUDE beta-disclaimer]

Represents information about why a call or portion of a call failed.

The failure can be of two types:

  • Call setup failure
  • Mid-call drop

If one or more media streams have any of these failures, that failure is propagated at the segment level. If one or more segments have any of these failures, that failure is propagated at the session level.

Properties

Property Type Description
reason String Classification of why a call or portion of a call failed.
stage microsoft.graph.callRecords.failureStage The stage when the failure occurred. The possible values are: unknown, callSetup, midcall, unknownFutureValue.

JSON representation

The following JSON representation shows the resource type.

{
  "reason": "String",
  "stage": "String"
}