Make an Outbound Call (QuickStart)

Sample name: BasicAudioVideoCall

Sample location: %ProgramFiles%\Microsoft UCMA 3.0\SDK\Core\Sample Applications\QuickStarts\AudioVideoCall\BasicAudioVideoCall

Make a basic AudioVideoCall and perform basic flow handling.

Description

The application places an audio/video call to the designated target, after initializing platform and endpoints. After the call is connected, the application subscribes to events that monitor basic AudioVideoFlow transitions and states.

The application prints log results to the console. After the call is completed, the application exits, performing normal platform shutdown.

Features

  • Basic call placement

  • Basic use of AudioVideoCall

  • Basic AudioVideoFlow handling and control

Prerequisites

  • Microsoft Lync Server 2010.

  • Two users capable of sending and receiving audio calls.

  • The credentials for each user, and a client capable of signing in to Lync Server 2010 (Microsoft Lync 2010 is the recommended client).

  • A client signed in to Lync Server 2010.

Running the Sample

  1. You may either supply the user credentials in the accompanying app.config file, or you will be prompted for them when you run the sample.

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