Getting partipants in a conference from a conf-uri
-
Friday, April 11, 2008 3:44 PM
I am developing a app similar to Live Meeting and would like to integrate my application into Office Commnicator in a similar way. I am able to regiter a protpcol handler and get the follwing pass to my application.
acs
ip:mikevax@devedial.office;gruu;opaque=app:conf:focus:id:000502328FC8A741B1B1E15EA70198C3From the information in the conf-uri how do I get the participant list (users in the conference) from the focus ID?
Thanks,
Mike Vax
All Replies
-
Sunday, April 13, 2008 8:55 PM
You can only get information about conferences you created and own.
Look for the "Obtaining a Conference List" and "Modifying a Conference on a Focus Factory" topics in the UCC API documentation for a sample of how to get/modify the information.
-
Monday, April 14, 2008 5:40 PM
Thanks! I found the article Modify Conference Information http://msdn2.microsoft.com/en-us/library/bb804346.aspx. The article refers to obtaining a serverConfiguration interface as follows.
// IUccServerConfigurationCategory serverConfiguration
// interface is obtained by cast from IUccCategoryInstance
// received in serverConfiguration categoryDoes anyone have a sample of what the c# code would look like to get the serverConfiguration interface?
Thanks,
Mike Vax

