简体   繁体   English

使用lync sdk注销特定的lync用户

[英]Sign out a specific lync user using lync sdk

as you might know lync support multi users to be logged in same time, this cause a problems to our application so we want to force the first user to log out once a second user logged in. 您可能知道lync支持同时登录多个用户,这给我们的应用程序造成了问题,因此我们希望在第二个用户登录后强制第一个用户退出。

Is there a way to sign out a specific lync user using lync sdk (client sdk or server sdk)? 有没有办法使用lync sdk(客户端sdk或服务器sdk)注销特定的lync用户? I can't find anything in lync sdk or lync server sdk or event on the web. 我在lync sdk或lync服务器sdk或网络上的事件中找不到任何内容。

Any help will be appreciated. 任何帮助将不胜感激。

Each logged in user in Lync is an endpoint. Lync中的每个登录用户都是一个终结点。 You can use the Set-CsRegistrarConfiguration powershell command to change the MaxEndpointsPerUser setting. 您可以使用Set-CsRegistrarConfiguration powershell命令来更改MaxEndpointsPerUser设置。 Setting it to 1 disallows users to create more than a single endpoint. 设置为1不允许用户创建多个终结点。

Lync Server lets you set the maximum number of endpoints to any integer value between 1 and 64, inclusive. Lync Server允许您将端点的最大数目设置为1到64之间(包括1和64)的任何整数值。 The default value is 8. 预设值为8。

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

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