CallRecordSessions
Details of call sessions on MS Teams.
テーブル固有の情報
Select
CallRecordSessions テーブルをクエリして、Teams のピアツーピアおよびグループ通話セッションセグメントの情報を取得します。 CallRecordsId は、callRecord の取得の説明に従って取得してください。 カスタムアプリおよびクライアントクレデンシャルを使用する必要があります。カスタムOAuth アプリケーションの作成 を参照してください。
- CallRecordSessions は、'=' 演算子をサポートします。
次にクエリの例を示します。
SELECT * FROM CallRecordSessions WHERE CallRecordsId = 'b6ee7caa-f730-451f-b6bd-24592a3429a7'
Columns
| Name | Type | Description |
| Id [KEY] | String | Call record Id |
| Callee_UserAgent_ApplicationVersion | String | Callee UserAgent Application Version |
| Callee_UserAgent_HeaderValue | String | Callee UserAgent Header Value |
| Caller_UserAgent_ApplicationVersion | String | Caller UserAgent Application Version |
| Caller_UserAgent_HeaderValue | String | Caller UserAgent Header Value |
| EndDateTime | Datetime | Time the call ended |
| FailureInfo_Reason | String | Failure Information Reason |
| FailureInfo_Stage | String | Failure Information Stage |
| Modalities | String | Modalities which can be one or more of audio, video, videoBasedScreenSharing, data and screenSharing |
| StartDateTime | Datetime | Start time of the meeting |
| CallRecordsId | String | Call record Id. Mandatory internal column to be used in WHERE clause |