通过 VB.net 返回 Lync 状态
我正在研究解决工作中的一个问题,即我们无法判断某人是在打电话还是只是坐在那里。我们使用 Microsoft Lync 来拨打电话,我希望能够向现有的 .net 应用程序添加一些代码,以显示登录到计算机的人员的存在。该信息将通过 USB 发送到我之前构建的指示灯。
所以基本上我正在尝试创建您在广播电台看到的“ON AIR”灯光的 .net 版本。
我最近几天一直在寻找,但没有找到解决方案。我还下载了 Microsoft Lync Controls SDK,但也没有成功。
I am working on a solution to a problem at work where we can't tell if someone is on the phone or just sitting there. We use Microsoft Lync to place our calls and I was hoping to be able to add a bit of code to an existing .net application to show the presence of the person logged into the machine. That info will send that out via USB to an indicator light I previously built.
So basically I am trying to create a .net version of those 'ON AIR' lights you see at radio stations.
I have been searching for the last few days and haven't found a solution. I also downloaded the Microsoft Lync Controls SDK, but no luck with that either.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下站点提供了几种获取用户可用性的方法: http://rcosic.wordpress.com/2011/11/17/availability-presence-in-lync-client/
The following site provides a couple of ways of getting the user availability: http://rcosic.wordpress.com/2011/11/17/availability-presence-in-lync-client/
如果您尚未实施此解决方案,您可能还对 BusyLight 感兴趣。正如您所描述的,这是一个 USB 灯,可以显示您的存在。
这里有一个实际操作的视频演示< /a>.
You may also be interested in the BusyLight if you still haven't implemented this solution. It's a USB light which shows your presence, as you describe.
There's a video demo of it in action here.