Click or drag to resize

CallGetAuxStream Method

Gets the instance of the AuxStream by a view handle.

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

Parameters

handle
Type: SystemIntPtr
The view handle.

Return Value

Type: AuxStream
The instance of opened auxiliary stream.
Remarks
Since: 2.0.0
See Also