Hi Bobby,
MS has information on optimizing networks for SfB:
https://support.office.com/en-us/article/Optimizing-your-network-for-Skype-for-Business-Online-b363b...
Although a bit dated the following Extreme guide has examples for configuring QoS on EXOS switches for SfB (formerly Lync)
http://learn.extremenetworks.com/rs/extreme/images/MicrosoftLync_ExtremeNetworks_Switches-SG.pdf
Basically by default most SfB clients mark voice packets with DSCP 46 (EF -Expedited Forwarding) and video packets with DSCP 34 (AF41 Assured Forwarding).
Here is an example config that prioritizes
create qosprofile QP4
create qosprofile QP6
configure diffserv examination code-point 34 qosprofile QP4
configure diffserv examination code-point 46 qosprofile QP6
enable diffserv examination port all
Of course any other traffic that is marked with these DSCP will also be prioritized. We do have an integration with MS Skype for Business via their SDN API (On-Premise) that includes automatically prioritizing only SfB calls by dynamically creating a policy during the call. However MS is still working on the API for SfB Online. More info on the integration can be found here:
http://www.extremenetworks.com/product/skype-for-business/
- Manny