Create and Join a Conference

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Sample name: ConferenceEscalation

Sample location: %ProgramFiles%\Microsoft Office Communications Server 2007 R2\UCMA SDK 2.0\UCMACore\Sample Applications\Collaboration\QuickStarts\ConferenceEscalation

Description

The application initializes a platform and two endpoints, each on behalf of a different user. The endpoints establish an audio/video call between them, and then escalate the resulting conversation into a conference.

After escalation, a ConferenceSession object is used for basic command and control, including user elevation, conference locking, muting, and ejection from conferences.

After the last of the command and control activities are complete, the application exits, performing normal platform shutdown.

Note

This application does not require an external client.

Features

  • Conference initialization

  • Conference command and control through ConferenceServices

  • AudioVideoCall conference use

Prerequisites

  • Microsoft Office Communications Server 2007 R2

  • Two users capable of sending and receiving audio calls

  • The credentials for each user

Running the Sample

  1. Replace the credentials in the variables at the beginning of the code sample with the credentials and server of the users from your Office Communications Server topology.

  2. Open the project in Microsoft Visual Studio, and then press F5.