Returns a native Win32 VideoWindow for displaying an outgoing video stream from the local conversation participant. Supported only when LyncClient.InSuppressedMode == true.

Namespace:  Microsoft.Lync.Model.Conversation.AudioVideo
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
VideoWindow 
CaptureVideoWindow { 
get; }

Remarks

The render video window should only be used when Lync is running in suppressed mode (LyncClient.InSuppressedMode == true).

See Also