StartAudioCallButton class

Use the StartAudioCallButton control in Lync Control applications to enable the user to open a Lync conversation window and start a voice conversation between the user who activated the control, and another user.

Inheritance hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              Microsoft.Lync.Controls.UCBase
                Microsoft.Lync.Controls.ContactBase
                  Microsoft.Lync.Controls.ContactButton
                    Microsoft.Lync.Controls.StartAudioCallButton

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public Class StartAudioCallButton _
    Inherits ContactButton
'Usage
Dim instance As StartAudioCallButton
public class StartAudioCallButton : ContactButton

Remarks

StartAudioCallButton is a split-button control. When clicked, the left side of the split button places a call to the default number associated with the contact. The right side of the control exposes a menu of calling options, such as Lync Call, Work, and Voice Mail.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

StartAudioCallButton members

Microsoft.Lync.Controls namespace