简体   繁体   English

如何从外部应用程序发起 Microsoft Teams 通话(最好是视频)?

[英]How to initiate a Microsoft Teams call(preferably video) from an external application?

I want to build an application which can initiate Teams video call to certain users.我想构建一个可以向某些用户发起 Teams 视频通话的应用程序。

The application will be running on a stand alone machine(like a kiosk) and upon a certain event, the application should be able to start a teams call to one more more users.该应用程序将在独立机器(如信息亭)上运行,并且在某个事件发生时,该应用程序应该能够启动一个团队呼叫更多的用户。

What is the best way to do this?做这个的最好方式是什么? Following are my questions -以下是我的问题-

  1. Does the Teams need to run under a resource account on that machine?团队是否需要在该计算机上的资源帐户下运行?

  2. Does this need the help of a teams bot?这需要团队机器人的帮助吗? If it needs a bot, does it need to have a teams account associated with it?如果它需要一个机器人,它是否需要一个与之关联的团队帐户?

  3. Do I need Microsoft graph to make the call?我是否需要 Microsoft graph 才能拨打电话? Does graph support video call?图支持视频通话吗?

  4. Can the Microsoft Teams Rooms be used in any way to achieve this?是否可以以任何方式使用 Microsoft Teams 房间来实现这一目标?

I have been reading different documents which seem to offer some aspect of what I want, but not sure what is the best way here.我一直在阅读不同的文件,这些文件似乎提供了我想要的某些方面,但不确定这里最好的方法是什么。 Any help is appreciated.任何帮助表示赞赏。 Thanks in advance!提前致谢!

We can initiate a Microsoft Teams call from an external application, We can create a call using an Graph API using an external application.我们可以从外部应用程序发起 Microsoft Teams 调用,我们可以使用外部应用程序使用 Graph API 创建调用 When a call is created need to mention the requestedModalities where audio/video/videoBasedScreenSharing can be define for a call.创建呼叫时,需要提及可以为呼叫定义音频/视频/videoBasedScreenSharing 的 requestedModalities。 please check the properties in Call resource type .请检查调用资源类型中的属性。

暂无
暂无

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

相关问题 是否可以在 HoloLens 上的 UWP 应用程序中使用 Microsoft Graph API 以通过 Microsoft Teams 发起视频通话? - Is possible use Microsoft Graph API in a UWP app on HoloLens in order to initiate a video call through Microsoft Teams? 如何将外部聊天 web 应用程序连接到 Microsoft Teams 聊天? - How to connect external chat web application to Microsoft Teams chats? Microsoft Teams 订阅电话 - Microsoft Teams subscription call 如何在事件发生时从外部系统向微软团队用户发送聊天消息? - How to send a chat message to microsoft teams user from an external system upon event? 在 MS Teams 中创建新团队时,我们如何从 MS Teams 触发事件(并调用外部应用程序)? - How can we trigger an event from MS Teams (and call an external app) when a new team is created in MS Teams? Microsoft Teams:如何在活动源中使用自定义通知打开外部 URL? - Microsoft Teams: How to open external URL with custom notification in activity feed? 从 .NET 应用程序触发 MS Teams 呼叫 - Trigger MS Teams call from a .NET Application 如何从Microsoft Teams向自定义应用程序发送消息或实现跨平台通信 - How to send message from Microsoft Teams to a custom application or achieve cross platform communication 如何使用用户凭据调用 Microsoft Graph APIs for Teams - How to call Microsoft Graph APIs for Teams using user credentials 如何在 Microsoft Teams 会议应用程序/选项卡中获取呼叫 ID - How to get call-id in Microsoft Teams meeting app/tab
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM