CallRecordSessionSegments
Breaks down call sessions in Microsoft Teams into smaller segments for granular tracking of media streams.
テーブル固有の情報
Select
CallRecordSessionSegments テーブルをクエリして、Teams のピアツーピアおよびグループ通話セッションセグメントの詳細を取得します。 CallRecordsId は、callRecord の取得の説明に従って取得してください。 カスタムアプリおよびクライアントクレデンシャルを使用する必要があります。Entra ID(Azure AD)アプリケーションの作成 を参照してください。
- CallRecordSessionSegments は、'=' 演算子をサポートします。
次にクエリの例を示します。
SELECT * FROM CallRecordSessionSegments WHERE CallRecordsId = 'b6ee7caa-f730-451f-b6bd-24592a3429a7'
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for the call record session segment in Microsoft Teams. |
| Callee_UserAgent_ApplicationVersion | String | Version of the application used by the callee's user agent during this session segment. |
| Callee_UserAgent_HeaderValue | String | Header value from the callee's user agent during this session segment. |
| Caller_UserAgent_ApplicationVersion | String | Version of the application used by the caller's user agent during this session segment. |
| Caller_UserAgent_HeaderValue | String | Header value from the caller's user agent during this session segment. |
| EndDateTime | Datetime | Timestamp indicating when the session segment ended. |
| FailureInfo_Reason | String | Reason for failure during the session segment, if applicable. |
| FailureInfo_Stage | String | Stage of the call session where the failure occurred, if applicable. |
| Media | String | Details about media streams used during the session segment, such as audio or video. |
| StartDateTime | Datetime | Timestamp indicating when the session segment started. |
| CallRecordsId | String | Mandatory internal column representing the call record ID, used in WHERE clauses to filter records. |