StartVideoCallButton class

Use the StartVideoCallButton control in Lync SDK applications to launch a video conversation between the user who activated the control, and another user specified by the Source property.

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.StartVideoCallButton

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

Syntax

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

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

StartVideoCallButton members

Microsoft.Lync.Controls namespace