在应用程序中访问Microsoft Teams的通话记录 [英] Access call history in app for Microsoft Teams

查看:166
本文介绍了在应用程序中访问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.

这可能是我们方法的一种解决方法:我们希望使员工能够在拨入电话时做几条记录,并将其与另一个Web应用程序中的现有项目进行引用.

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.

有什么办法可以实现我想要做的事情?

Is there any way to achieve what I'm trying to do?

推荐答案

虽然仍然无法获取完整的历史记录,但似乎有一种新的Preview方法和应用程序可以订阅呼叫事件.

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.

应用
CallRecords.Read.All:
订阅新的通话记录(POST/beta/subscriptions).

Application
CallRecords.Read.All:
Subscribe to new call records (POST /beta/subscriptions).

这里有更多详细信息, https://docs.microsoft. com/en-us/graph/cloud-communications-callrecords ,但这建议您可以捕获来电并根据需要允许记录笔记.

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.

这篇关于在应用程序中访问Microsoft Teams的通话记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆