RealConnect Roster Behavior
Just a quick post, I’m currently camped out at Microsoft and we’re executing the RealConnect on-premises certification for Skype for Business Server 2015. I had to rack my brains when I was asked about how we could:
- Remove a single VTC from a meeting via a Skype for Business client (without ejecting others)
- As an organizer end the meeting for all participants both Skype for Business users and VTCs
This can be enabled on the RealPresence Collaboration Server via a system flag and is the same flag used to enable the roster for individual VTC participants, specifically:
ENABLE_POLYCOM_EPS_IN_LYNC_ROSTER
This flag value can be specified as:
- ENABLE_CONSIDER_ORGANIZER – enables VTCs within Skype for Business roster, conference organizers can disconnect individual VTCs and “ending the meeting” will result in both Skype for Business and VTCs being disconnected
- ENABLE_IGNORE_ORGANIZER – enables VTCs within Skype for Business roster, conference organizers cannot disconnect individual VTCs and “ending the meeting” will not result VTCs being disconnected
- DISABLED – disables VTCs from being displayed within the roster (only cascaded link is shown)
- <BLANK> this will result in the same behavior as ENABLE_CONSIDER_ORGANIZER
It’s also documented that VTCs can also be prefixed to help identify them versus Skype for Business participants by updating the system flag POLYCOM_EPS_DISPLAY_NAME_PREFIX_IN_LYNC_ROSTER, I usually set this value to “VTC/” (without the quotes)