Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Skype for Business client becomes unresponsive when you join a meeting with many participants


View products that this article applies to.

Symptoms

Assume that you're running one or more Lync SDK–based applications on your computer, and you join a meeting that has many participants. In this situation, your Lync or Skype for Business client becomes unresponsive for a period.

↑ Back to the top


Cause

Joining a meeting with many participants generates thousands of internal events, which are then queued and processed.

The presence of a Lync SDK–based application causes the Lync or Skype for Business client to send these internal events to additional queues. These queues use inter-apartment COM calls that take significantly longer to complete. While this queue is processing, the client UI becomes unresponsive until the queue is cleared.

↑ Back to the top


Workaround

To work around this issue, exit all Lync SDK–based applications before you join a meeting.

↑ Back to the top


Resolution

To resolve this issue, install the latest updates for Skype for Business 2016 and Skype for Business 2015. Then, create a GPO to add the following new DWORD registry key and set the value under the path:

HKEY_CURRENT_USER\Software\Microsoft\Office\xx.0\Lync

DWORD EnableLargeMeetingProcessing 1
DWORD LargeMeetingMinimumRosterCount 20 (default)
DWORD LargeMeetingRosterLoadingDelayInSec 30 (default)

Alternatively, you can enable this fix by creating a custom policy entry and adding it to the client policy, as follows:

$x = New-CsClientPolicyEntry -Name "EnableLargeMeetingProcessing" -Value "true"
Set-CsClientPolicy -Identity "<ClientPolicyName>" -PolicyEntry @{Add=$x}

How to get the latest updates

Microsoft Installer (.msi)-based edition

Click-to-Run edition

Open an Office program, such as Word, and then select File Account Update Options Update Now.

1.png

↑ Back to the top


Keywords: Skype for Business 2016 stops wording for joining a meeting, kb, kbqfe, Skype for Business 2016 becomes unresponsive, kbHotfixAuto, CI95400, Skype for Business 2016 stops wording for joining a meeting, Skype for Business 2016 stops wording for joining a meeting, kbfix

↑ Back to the top

Article Info
Article ID : 4484425
Revision : 18
Created on : 5/14/2020
Published on : 5/14/2020
Exists online : False
Views : 295