JDBC Driver for Microsoft Teams

Build 22.0.8479

CallRecords

Details of calls on MS Teams.

テーブル固有の情報

Select

CallRecord テーブルをクエリして、Teams のピアツーピアおよびグループ通話セッションセグメントの詳細を取得します。 CallRecordsId は、callRecord の取得の説明に従って取得してください。 カスタムアプリおよびクライアントクレデンシャルを使用する必要があります。カスタムAzureAD アプリの作成 を参照してください。

  • CallRecordsId は、'=' 演算子をサポートします。

次にクエリの例を示します。

SELECT * FROM CallRecords WHERE CallRecordsId = 'b6ee7caa-f730-451f-b6bd-24592a3429a7'

Columns

Name Type Description
Id [KEY] String Call record Id
EndDateTime Datetime Time the call ended
JoinWebUrl String URL used to join Meeting
LastModifiedDateTime Datetime Last Modified date of this call record
Modalities String Modalities which can be one or more of audio, video, videoBasedScreenSharing, data and screenSharing
Organizer String Details of the organizer of the meeting
Participants String Participants of the call.
StartDateTime Datetime Start time of the meeting
Type String Type of call peerToPeer or groupCall
Version Long Version
CallRecordsId String Call record Id. Mandatory internal column to be used in WHERE clause

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479