确定是否有一个活动的Microsoft团队通过Windows API拨打电话
Windows API中是否有一个函数可以调用以确定是否有一个活动的Microsoft团队在进行中吗?
Is there a function in the Windows API that can be called to determine if there is an active Microsoft Teams call in progress?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
否
。微软团队是第三方申请,就像 a>。系统中没有内置的东西可以允许客户端(或操作系统)查询,无论是团队(或Contoso)呼叫当前是否处于活动状态。
如果您特别对Microsoft团队感兴趣,它提供 api 让客户与之互动。我不知道这是否包括向当前状态查询的服务。
另一方面,如果您有兴趣发现任何给定的相机或麦克风目前都在独家使用中,则可以要求系统打开该设备以进行独家访问,并从结果中得出结论。
No.
Microsoft Teams is a 3rd party application, just like contoso.exe. There's nothing built into the system that would allow a client (or the OS, really) to query, whether a Teams (or Contoso) call is currently active.
If you are interested in Microsoft Teams specifically, it offers an API for clients to interact with it. I don't know whether this includes services to query for the current state.
If, on the other hand, you are interested in finding out, whether any given camera or microphone is currently in exclusive use, you can ask the system to open the device for exclusive access, and draw conclusions from the results.