Lync Meeting URL expiration period

1.8k Views Asked by At

I've created Lync meeting URL using Lync API 2010, and now I also want to set Lync URL expiration period using Lync api can anybody help me to solve it out ?

1

There are 1 best solutions below

0
On BEST ANSWER

Expiry period is set in the ConferenceScheduleInformation class.

You can either specify this when you create the conference, or you can update the conference passing in the updated ConferenceSCheduleInformation class using the BeginUpdateConference method.