I have created a conference call in Outlook it sent an email with a URI to the conference (conf:sip:xxxx@xxxxxxxxxxxx.com;gruu;opaque=app:conf:focus:id:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx%3Fconversation-id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx). What I would like is to programmatically join that conference.
I have tried adding this uri to the roomsinfo.xml file in the Hoot and Holler sample. The ParseURI method fails on the line above. So, I modifiy it to look like the other conference URIs in that xml file but it does not work.
How should the URI be formatted so that I can join the conference programmatically?