How do set up, invite and manage video conference session using UCMA 3.0 and lync server 2010. Sample code would be helpful.
Asked
Active
Viewed 285 times
1 Answers
2
Follow these steps :
- Start Collaboration Platform
- Create a LocalEndPoint.
- Create a new Conversation using LocalEndPoint .
- Schedule Conference on newly created Conversation .
- Join and Escalate to conference.
- Send Invitations to the Remote Participants.
If you explore SDK Samples you will get code for each step to follow. Let me know if you find difficulty to refer SDK Samples.