简体   繁体   English

如何使用 azure logic-app 进行 Microsoft Teams 通话

[英]How to make a Microsoft Teams call using azure logic-app

I am working on a requirement where I am using azure logic-app to create following flow.我正在处理使用 azure 逻辑应用程序创建以下流程的要求。

  1. Using azure logic-app, I have to create Microsoft Teams.使用 azure 逻辑应用程序,我必须创建 Microsoft Teams。
  2. Add members to Microsoft Teams将成员添加到 Microsoft 团队
  3. Create a new Channel within newly created MS Teams.在新创建的 MS Teams 中创建一个新频道。
  4. Post a message into a channel.将消息发布到频道中。
  5. It should call to all the members within the teams using "Meet Now" option in MS Team.它应该使用 MS Team 中的“立即开会”选项呼叫团队中的所有成员。

I am able to achieve all the above till 4th step but I am not getting any way to make a call to the members in MS team using "Meet Now" option in azure logic-app.在第 4 步之前,我能够实现上述所有目标,但我无法使用 azure 逻辑应用程序中的“立即开会”选项呼叫 MS 团队的成员。

If anybody can suggest how to achieve the task mentioned in 5th point that would be very helpful.如果有人可以建议如何完成第 5 点中提到的任务,那将非常有帮助。

For your scenario you can use deeplink to call to invoke audio only or audio-video calls to a single user or a group of users, by specifying the call type, as audio or av, and the participants.对于您的方案,您可以使用 deeplink 调用来调用仅对单个用户或一组用户的音频或音频视频呼叫,方法是指定呼叫类型(音频或 av)和参与者。

https://teams.microsoft.com/l/call/0/0?users=<user1>,<user2>&withvideo=true

Please go through documentation for more info.请通过文档go 了解更多信息。

暂无
暂无

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

相关问题 我正在尝试使用 Bicep 模板将带有服务总线部署的逻辑应用程序部署到 azure 应用程序 - I am trying to deploy a Logic-App with a Service-Bus Deploy to azure app using Bicep template 我想使用 logic-App 将文本文件(CSV)数据导入 Azure SQL - I want to import Text file(CSV) data to Azure SQL by using logic-App 如何使用 Azure 逻辑应用在 MS Teams 中添加多个成员 - How to add multiple members in MS Teams using Azure logic app 如何根据发出请求的用户定义逻辑应用响应 - How to define a Logic-App response based on the user making the request 无法通过 azure 中的逻辑应用向 Microsoft Teams 发布消息 - Can't post a message to Microsoft Teams via logic app in azure 逻辑应用名称的最大长度不正确? - Logic-App name max length incorrect? Azure Logic-app trackedProperties 中trackedProperties_NAME_g 和trackedProperties_NAME_s 的重要性? - Significance of trackedProperties_NAME_g and trackedProperties_NAME_s in Azure Logic-app trackedProperties? 如何使用控制台应用程序通过 Microsoft Graph API 调用 Microsoft Teams OnlineMeeting 端点? - How do I Call Microsoft Teams OnlineMeeting endpoints via Microsoft Graph API using a console app? 使用 Azure Logic App 如何在 MS Teams 中创建的频道中提及标签名称 - Using Azure Logic App how to mention a tag name into a channel created in MS Teams 如何从 Microsoft Teams 应用程序获取 Azure DevOps 的访问令牌? - How to get access token for Azure DevOps from Microsoft Teams app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM