Returns a native Win32 VideoWindow for displaying an incoming video stream from a remote 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 
RenderVideoWindow { 
get; }

Remarks

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

See Also