简体   繁体   English

Microsoft Teams Graph api - 获取呼叫 ID

[英]Microsoft Teams Graph api - getting call id

I'm testing some scenarios with Microsoft Teams Communications api (via Graph API), but I got stuck with one thing.我正在使用 Microsoft Teams Communications api(通过 Graph API)测试一些场景,但我遇到了一件事。 I would like to retrieve participants from particular call, but I don't know from where can I get call id for existing call (scheduled by the user)?我想从特定呼叫中检索参与者,但我不知道从哪里可以获得现有呼叫的呼叫 ID(由用户安排)? I have tried to get Id's from meeting url, but without success.我试图通过会见 url 来获取 Id,但没有成功。 Can you help me from where can I take call id to below request?您能帮我从哪里获取呼叫 ID 到以下请求吗?

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

The call-id is generated when your code joins a call or receives an event a call has started.当您的代码加入呼叫或接收到呼叫已开始的事件时,会生成呼叫 ID。 This can be done via a number of API calls.这可以通过许多 API 调用来完成。

One example is if you create a chatbot that can join calls.一个例子是,如果您创建一个可以加入通话的聊天机器人。

https://docs.microsoft.com/en-us/microsoftteams/platform/bots/calls-and-meetings/registering-calling-bot https://docs.microsoft.com/en-us/microsoftteams/platform/bots/calls-and-meetings/registering-calling-bot

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

相关问题 Office 365图获得Microsoft Teams消息 - Office 365 Graph getting Microsoft Teams Messages 图表 API:Microsoft Teams 频道中应用的 ContentUrl - Graph API: ContentUrl of apps in Microsoft Teams Channel 获取Microsoft Graph API的访问令牌 - Getting the access token for Microsoft Graph API 如何编码Microsoft组和团队的名称,以将它们包括在API调用URL中? - How do I encode the names of Microsoft group and teams names to include them in an API call URL? 使用“sourcedoc”ID从Microsoft Graph API下载SharePoint文件 - Download SharePoint file from Microsoft Graph API using “sourcedoc” ID Microsoft Calendar Graph API:用户之间未共享的事件ID - Microsoft Calendar Graph API : Id of event not shared between users Microsoft Graph API Webhook-将多个帖子发送到我的notificationUrl - Microsoft Graph API webhook - getting multiple post to my notificationUrl 调用 Microsoft Graph API 时出现 WAC 访问令牌错误 - Getting WAC access token error when calling Microsoft Graph API Microsoft Graph API:出现错误“Authorization_IdentityNotFound” - Microsoft Graph API: Getting error “Authorization_IdentityNotFound” Microsoft Graph API:获取群组对话时出现“ 403 forbidden”错误 - Microsoft Graph API : “403 forbidden” error when getting groups conversations
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM