Lync SDK API用于文件接受,QoE,消息重要性 [英] Lync SDK API's for file accept, QoE, message importance

查看:118
本文介绍了Lync SDK API用于文件接受,QoE,消息重要性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为Skype For Business测试开发一个自动化解决方案,我需要使用lync sdk执行一些功能。

我一直在检查文档,我找不到任何api for 接受文件,呼叫的QoE和消息重要性。有没有人有这个API的经验?它们存在吗?或者是有什么办法可以做到这一点的东西?

解决方案

您是无法做到点对点用的Lync SDK文件传输。


您可以使用Microsoft.Lync.Model.Conversation.Sharing命名空间与会议中的文件进行交互。


会话重要性可作为Conversation.Properties


https://docs.microsoft.com/en-us/previous-versions/office/developer/lync-2010/hh379912(v = office.14)


没有与QoE与SDK的交互,这些都是在调用完成后由客户端本地处理的。


I'm developing an automated solution for Skype For Business tests and i need to execute some functionalities using lync sdk.
I've been checking the documentation and i couldn't find any api for File accepting, QoE for calls and message importance. Did anybody have experience in this API's? Do they exist? or is there any way i can achieve this things?

解决方案

You are not able to do Peer to Peer file transfers with the Lync SDK.

You can interact with files in a conference using the Microsoft.Lync.Model.Conversation.Sharing namespace.

The conversation importance is available as a part of the Conversation.Properties

https://docs.microsoft.com/en-us/previous-versions/office/developer/lync-2010/hh379912(v=office.14)

There is no interaction with QoE with the SDK, that is all handled natively by the client after a call completes.


这篇关于Lync SDK API用于文件接受,QoE,消息重要性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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