I'm using the Lync SDK to schedule meetings on a Lync Server. Now I want the conference Id which users need to call in by phone. How can I get it programmatically?
When scheduling a meeting by using ConferenceServices.BeginScheduleConference I get the conference-object but the phoneinformation is null. When setting PhoneAccessEnabled true in the ConferenceScheduleInformation I get an error.
Has someone a hint for me?