The VideoChanneltype exposes the following members.

Properties

  Name Description
Public property CaptureVideoWindow
Returns a native Win32 VideoWindow for displaying an outgoing video stream from the local conversation participant. Supported only when LyncClient.InSuppressedMode == true.
Public property IsContributing
Returns true if this channel is contributing (sending media).
(Inherited from Channel.)
Public property Modality
Gets the associated modality object.
(Inherited from Channel.)
Public property RenderVideoWindow
Returns a native Win32 VideoWindow for displaying an incoming video stream from a remote conversation participant. Supported only when LyncClient.InSuppressedMode == true.
Public property State
Gets the channel state of the currently active channel.
(Inherited from Channel.)

See Also