【问题标题】:How can you set Skype for Business status when in a Teams call automatically?如何在 Teams 通话中自动设置 Skype for Business 状态?
【发布时间】:2020-04-04 05:00:47
【问题描述】:

我碰壁了,所以我问我最喜欢的社区。我为 Teams 创建了自定义 Skype for Business 活动状态,因此当你在 Teams 通话中时,你可以手动将 SfB 中的状态设置为“在 Teams 通话中”。搜索了很多天后,我仍然没有找到自动设置此状态的方法。是否有 SfB 插件或为此功能运行的服务?这适用于 SfB(本地)。我主要在 PowerShell 中编写脚本,但非常感谢任何指导。

【问题讨论】:

    标签: powershell microsoft-teams skype-for-business


    【解决方案1】:

    @John,Microsoft Teams 取代 Skype for Business Online,成为 Microsoft 的专业在线会议解决方案。有关这方面的更多信息,请查看document

    要获取/设置用户状态,您可以使用 Presence Graph API。有关 Presence Graph API 的更多信息,请查看此API docs

    【讨论】:

      【解决方案2】:

      我创建了一个 Windows 服务来使用 Graph API 检查我的团队存在。如果它返回 InACall,我使用 Skype for Business 模块将我的活动设置为 In-A-Call。

      示例代码: https://schmalhorstorg.blogspot.com/2020/04/powershell-set-skype-for-business.html

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2019-05-26
        • 1970-01-01
        • 1970-01-01
        • 2020-02-18
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多