I am trying to create a Lync-Meeting programmatically using UCMA/Lync SDK. While the creation of a conference is pretty straight forward, it is one of my requirements to disable/block the video broadcast of the attendees by default. This can easily be achieved by using the UI (see "Do you want to limit participation?") But how can I do this using code?
Thanks a lot!
I'm assuming you're scheduling a conference and not creating one ad-hoc, since your link says:
When you schedule a conference through UCMA, you pass it an object of type
ConferenceScheduleInformation. This has a propertyMcuswhich controls the allowed MCUs for your conference.This allows you to control what MCUs are available.