简体   繁体   English

Microsoft Teams 会议参与者列表通过 API 报告

[英]Microsoft Teams meeting participants list report through API

I want to get all participants list through API我想通过 API 获取所有参与者列表

doc link https://docs.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-1.0文档链接https://docs.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-1.0

Through this documentation, an API to get a list of participants' records.通过这个文档,一个 API 来获取参与者的记录列表。

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

From where I can get this {id}.我可以从哪里得到这个 {id}。

There are two ways to get the id of a callRecord:有两种方法可以获取 callRecord 的 id:

  1. Subscribe to change notifications to the /communications/callRecords endpoint.订阅对 /communications/callRecords 端点的更改通知
  2. Use the callChainId property of a call.使用呼叫的 callChainId 属性。 The call record is available only after the associated call is completed.通话记录只有在关联通话完成后才可用。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Microsoft Graph API:从正在进行的团队会议中获取与会者或参与者 - Microsoft Graph API: Get Attendenes or Participants from a ongoing Teams Meeting 通过 API 创建 Microsoft 团队会议 - Create Microsoft teams meeting through API Microsoft Teams:使用 Graph API 跟踪/列出通话中的参与者 - Microsoft Teams: Tracking / listing the participants in a call using Graph API 想要获取在线会议的更改通知,例如 Microsoft Teams 中的会议开始/会议结束(Graph API) - Want to get the change notification of the online meeting like meeting started/meeting ended in Microsoft Teams(Graph API) 尝试使用 php Microsoft Graph Api 创建团队会议时出现 UnableToDeserializePostBody - UnableToDeserializePostBody when trying to create a teams meeting with php Microsoft Graph Api 如何更新 onlineMeeting - Graph API Microsoft 团队会议? - How to update onlineMeeting - Graph API Microsoft teams meeting? 使用图形 api 以编程方式创建 Microsoft Teams 会议邀请 - Create Microsoft Teams Meeting invite programatically using graph api 使用 Microsoft Graph API 加入 Skype 或 Teams 会议? - Join Skype or Teams meeting using Microsoft Graph API? 如何通过 Graph API 在 MS Teams 中安排会议 - how to schedule meeting in MS Teams through Graph API 如何使用图表 Api 获取已创建团队在线会议的会议出席报告 - How to get Meeting Attendance Report of a Created Teams Online Meeting with Graph Api
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM