CallRecordSessionSegments
Details of call session segments on MS Teams.
テーブル固有の情報
Select
CallRecordSessionSegments テーブルをクエリして、Teams のピアツーピアおよびグループ通話セッションセグメントの詳細を取得します。 CallRecordsId は、callRecord の取得の説明に従って取得してください。 カスタムアプリおよびクライアントクレデンシャルを使用する必要があります。Azure AD アプリケーションの作成 を参照してください。
- CallRecordSessionSegments は、'=' 演算子をサポートします。
次にクエリの例を示します。
SELECT * FROM CallRecordSessionSegments 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 |
Media | String | Call media details |
StartDateTime | Datetime | Start time of the meeting |
CallRecordsId | String | Call record Id. Mandatory internal column to be used in WHERE clause |