One of the great new features the Skype for Business Server 2015 Cumulative Update 5 (CU5) introduces is the Skype Meetings App Plugin. Today users invited to Skype for Business (SfB) Server meetings must download and install the Skype Web App if they don’t already run Skype for Business or have the web app already installed. The web app is downloaded from the organizer’s Skype Servers. Depending on the version of SfB the company is running, the guest joining the meeting may be prompted to install a new version before the meeting is started. If the user happens to join other meetings from other companies they will need to download the version that is current for that company so this can diminish the user experience especially if the version is not current. Not every Skype for Business on premises deployment will have the latest and greatest Cumulative Update installed which will provide the latest Skype Web App. Testing and internal I.T. change management process can slow this process down. Enter the Skype Meetings App Plugin!
Using the Azure Content Delivery Network (CDN)
Skype for Business Server CU5 references this new functionality within the Improvements and Fixes Section:
4015907 Update that enables simplified meeting join experience in Skype for Business Server 2015
This update enables the simplified meeting join experience and Skype Meetings App in Microsoft Skype for Business Server 2015.
For more information, refer to the following links:
End-user help topic: Skype Meetings App help (Skype for Business Web App)
Planning topic: Plan for Web downloadable clients
Deployment topic: Deploy Web downloadable clients in Skype for Business Server 2015
Once you have deployed CU5 within your Skype environment you will need to do the following things to enable the use of the Azure CDN to download the Skype Meeting App. When users join your meetings they will instead be redirected to download the latest Skype Meeting App from the Azure CDN instead of the Skype servers.
How to Change the Join Launcher to use the Azure CDN
- After applying CU5, verify that new settings are available for Join Launcher CDN
Get-CsWebServiceConfiguration -Identity Global
2. Enable the new Join Launcher CDN by changing the MeetingUxUseCdn setting to True
Set-CsWebServiceConfiguration -Identity Global -MeetingUxUseCDN $True
3. Verify success by joining a new SfB meeting using your web browser (Append ?sl=1 to meeting join URL)
Figure 1: Skype for Business Web App (before CU5) | Figure 2: After CU5 (Skype Meetings App) | | |
| | | |
| | | | |
Joining a meeting
When a user that does not have the Skype client installed on their machine attempts to join a meeting they will see the Skype Meetings App.
Once the user installs the plugin they will see:
And finally, the meeting window:
Please note that once the app is installed subsequent meeting joins will go straight to the Welcome Screen where the user enters their name.
If you need to revert the change for any reason you can always do so by running the following cmdlet:
Set-CsWebServiceConfiguration -Identity Global -MeetingUxUseCDN $False