Click or drag to resize

AuxStream Class

An AuxStream instance represents an auxiliary stream.
Inheritance Hierarchy
SystemObject
  WebexSDKAuxStream

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class AuxStream

The AuxStream type exposes the following members.

Properties
  NameDescription
Public propertyAuxStreamSize
Gets the auxiliary stream view dimensions (points) of this call.
Public propertyHandle
Gets the view handle.
Public propertyIsSendingVideo
Gets a value indicating whether [this auxiliary stream is sending video].
Public propertyPerson
Gets the person represented this auxiliary stream.
Top
Methods
  NameDescription
Public methodCloseAuxStream
Close this auxiliary stream. Client can manually invoke this API to close stream , or the SDK will automatically close the last opened stream if needed.OnAuxStreamUnAvailable
Public methodRefreshView
Update the auxiliary stream view. When the view size is changed, you may need to refresh the view.
Top
Remarks
Since: 2.0.0
See Also