简体   繁体   English

在 Microsoft Teams 应用程序中访问通话记录

[英]Access call history in app for Microsoft Teams

While it seems it is not possible for an app to register incoming calls , I wondered if it would be possible to access the call history of the current user?虽然应用程序似乎无法注册来电,但我想知道是否可以访问当前用户的通话记录?

It looks like there is a Graph API to get information of a specific call by id , I didn't find anything about getting the call history or the last call.看起来有一个 Graph API 可以通过 id 获取特定呼叫的信息,我没有找到任何关于获取呼叫历史或最后一次呼叫的信息。

This could be a workaround for our approach: We want to enable the employees to make several notes on incoming calls and reference them with existing items in another web application.这可能是我们方法的一种变通方法:我们希望让员工能够在来电时做几个笔记,并使用另一个 Web 应用程序中的现有项目来引用它们。

Is there any way to achieve what I'm trying to do?有什么方法可以实现我想要做的事情吗?

There seems to be a new Preview way of and application subscribing to a call event though still no way to get the full history.尽管仍然无法获得完整的历史记录,但似乎有一种新的预览方式和应用程序订阅呼叫事件。

Application应用
CallRecords.Read.All: CallRecords.Read.All:
Subscribe to new call records (POST /beta/subscriptions).订阅新的通话记录 (POST /beta/subscriptions)。

There are more details here https://docs.microsoft.com/en-us/graph/cloud-communications-callrecords but it suggests you could capture the incoming call and allow notes as you want.这里有更多详细信息https://docs.microsoft.com/en-us/graph/cloud-communications-callrecords但它建议您可以捕获来电并根据需要允许备注。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM