惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Forbes - Security
Forbes - Security
GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
S
SegmentFault 最新的问题
Y
Y Combinator Blog
Recorded Future
Recorded Future
博客园 - Franky
I
InfoQ
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
T
Tailwind CSS Blog
Cyberwarzone
Cyberwarzone
The Register - Security
The Register - Security
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
雷峰网
雷峰网
P
Palo Alto Networks Blog
G
GRAHAM CLULEY
Cloudbric
Cloudbric
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
MongoDB | Blog
MongoDB | Blog
F
Full Disclosure
Google DeepMind News
Google DeepMind News
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Check Point Blog
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
T
Threat Research - Cisco Blogs
U
Unit 42
N
Netflix TechBlog - Medium
The Cloudflare Blog
Spread Privacy
Spread Privacy
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队
T
Troy Hunt's Blog
Engineering at Meta
Engineering at Meta
H
Heimdal Security Blog
TaoSecurity Blog
TaoSecurity Blog
C
Cybersecurity and Infrastructure Security Agency CISA
T
Tenable Blog
B
Blog
S
Securelist
H
Hacker News: Front Page
Google Online Security Blog
Google Online Security Blog
G
Google Developers Blog

博客园 - 齐世昌

.resources文件转.resx 文件 同一Session中的aspx页面的并发限制 Diving Into Lync Client Logins Passing JavaScript Objects to Managed Code JSON对象末尾多余逗号问题 T430 Windows 8 的USB3.0无法识别 【翻译】数据库上的IO已冻结,不需要任何用户操作 【翻译】为Web Forms添加捆绑(Bundling)和压缩(Minification) 禁用笔记本WiFi热点网络连接问题 推荐一个在线压缩JavaScript和CSS的网站 Windows 8不支持Windows XP 模式 又是一年(2012年) 本地测试网址推荐 text-overflow: ellipsis 在IE8、9下显示问题 Windows Server 2012 不支持SharePoint Server 2010(KB2724471) VirtualPathUtility.IsAppRelative的bug? 神奇的img 受信任站点在Windows 7 和Windows XP的注册表中的不同 contenteditable属性浏览器支持情况(基本支持)-工作草稿
UI抑制限制(UI Suppression Limitations)
齐世昌 · 2013-08-31 · via 博客园 - 齐世昌

运行UI抑制的Lync进程使你的应用程序可以访问同一个Lync客户端终端,SIP处理和所有非抑制Lync客户端使用的媒体处理,但具有以下限制。SDK中的可见组件不可用,除了视频窗体(video window)。当UI抑制启用时,组件例如Silverlight浏览器和WPF应用程序中的Microsoft lync 2013控件和会议内容和资源共享通道都不能在你的应用程序中使用。另外,你不能使用在Microsoft.Lync.Model.Extensibility 命名空间下的对象来自动启动会话或者会议。

Microsoft.Lync.Model.Conversation.AudioVideo.VideoWindow在上面描述的规则中是个例外。在这种情况下,VideoWindow被设计成可以取代当Lync客户端UI被抑制时失去的Lync视频窗体。如果你在你的应用程序中实现了video window,你可以提供全范围的基本通信模式,从IM到音频/视频甚至持久化聊天。

Lync endpoint types

本特性让你在同一电脑上的单独进程中创建两个唯一的客户端终端。通过使用不同登录账号来让两个用户在同一台电脑上登录到Lync 2013。

May 2013. 15.0.4507.3000

Application sharing for UI suppression mode

在为Lync 2013配置为UI抑制模式的电脑上启用应用程序共享会话。此特性让你把应用程序视图作为一个Microsoft.Lync.Model.Conversation.Sharing.ApplicationSharingView控件

添加到你的自定义客户端中。

May 2013. 15.0.4507.3000

来自 <http://msdn.microsoft.com/en-us/library/lync/jj933179.aspx>

  <http://msdn.microsoft.com/en-us/library/lync/jj933224.aspx>