簡體   English   中英

Microsoft Teams 會議參與者列表通過 API 報告

[英]Microsoft Teams meeting participants list report through API

我想通過 API 獲取所有參與者列表

文檔鏈接https://docs.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-1.0

通過這個文檔,一個 API 來獲取參與者的記錄列表。

獲取https://graph.microsoft.com/v1.0/communications/callRecords/{id}

我可以從哪里得到這個 {id}。

有兩種方法可以獲取 callRecord 的 id:

  1. 訂閱對 /communications/callRecords 端點的更改通知
  2. 使用呼叫的 callChainId 屬性。 通話記錄只有在關聯通話完成后才可用。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM