简体   繁体   English

使用Lync SDK在Skype for Business / Lync中为代表用户创建呼叫

[英]Create a Call for an representation User in Skype for Business / Lync using the Lync SDK

we want to start a call for another Location using the Lync SDK. 我们想使用Lync SDK发起对另一个位置的呼叫。 We have for each Location a specific User. 我们为每个位置都有一个特定的用户。 Always when the specific user start a Call the outgoing Number is set to the Number of the Location. 总是在特定用户开始呼叫时将去电号码设置为位置号码。 Now we want to start the Call using a C# application. 现在,我们要使用C#应用程序启动Call。 Is there a solution to start a Call as an other User using the SDK? 是否有解决方案可以使用SDK以其他用户身份发起呼叫? In the Skype for Business Client we have the Option right click -> Call -> For User XY. 在Skype for Business Client中,我们具有“选项”,右键单击->呼叫->对于用户XY。

Is there a way to use this function or how can we otherwise realize it? 有没有办法使用此功能,否则我们如何实现呢?

Thank you in advance 先感谢您

I assume you mean making a call for a Lync client Delegate ? 我认为您的意思是致电Lync客户代表

To make a call on byhalf of another user (ie the current user has been setup as a Lync Delegate of another user) then you use the LyncClient.DelegatorClients property to enumerate all the current users delegate users picking the one you want and use the DelegatorClient as you would the LyncClient to make a call. 要按其他用户的一半进行呼叫(即,当前用户已设置为另一用户的Lync代表),则可以使用LyncClient.DelegatorClients属性枚举所有当前用户,以委派用户选择所需的用户,并使用DelegatorClient就像LyncClient拨打电话一样。

This is exactly what the Lync Client is doing when you use the "For User X" calls. 当您使用“对于用户X”调用时,Lync Client正是在这样做。

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

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