RTCLauncher Installation Current: SMH Service Installation SMH Service Installation SMH service is required for enabling video functionality in case the SfB is older than SfB2015.Register SfB Server Application with Skype for Business PowerShell New-CsServerApplication -Identity "Service:Registrar:<registrar fqdn>/webintegration" -Priority 0 -Critical $false -Uri http://www.luware.com/webintegration -Enabled $true POWERSHELL Install SMH with the setup packageEdit the SMH.Service.exe.configuration located in the installation folderMake sure, the ManifestUri matches the registered Skype for Business Server Application Uri (ex. http://www.luware.com/webintegration)Add in the SipAddresses parameter every RTCLauncher Application Endpoint URI (ex. sip: rtclauncher01@dev.local), delimited by a semicolon (';')If you want to use VideoBasedScreenSharingExtractor set the flag accordinglyEnable or disable the VideoSdpModifierAdd the Skype for Business Frontend server FQDNSSet the amount of minutes for debug logging. it's only active for this time (prints debug logs)In case Pexip is used also add the PexipFqdn More about Pexip is explained in the Prerequirements.Add the NetworkServiceAccount to the RTC Server Applications GroupRun the SMH Service ×