Introduction
Cisco Meeting Server administrators are familiar with the concept of Profile accessMethods used to customize behavior of Virtual Meeting Rooms (VMRs) to fit the requirements of their organization. CMS deployments needing to specify distinct host/guest behavior using Join’s one-time-VRM invitation mechanism can be achieved by modifying the host and guest configuration files. These files can be found in the Synergy Sky Join /configuration folder and are called CMSHostprofile.txt and CMSGuestprofile.txt. The file syntax respects the attributes defined in CMS API Reference Guide and follows the accessMethod nomenclature as per the example.
The available attributes for the profiles can be found in the Cisco CMS API Reference Guide
File Examples:
Note that the attributes must be linked together with the & as the examples below show
CMSHostprofile.txt
muteOthersAllowed=true&disconnectOthersAllowed=true&addParticipantAllowed=true&needsActivation=false&endCallAllowed=true&videoMuteOthersAllowed=true
CMSGuestprofile.txt
muteOthersAllowed=false&disconnectOthersAllowed=false&addParticipantAllowed=false&needsActivation=true&videoMuteOthersAllowed=false
/config/General-Settings/Advanced: