Click or drag to resize

IMultiStreamObserverOnAuxStreamAvailable Method

Callback of SDK when there is a new available auxiliary stream. Client should give SDK a view handle for rendering, and the AuxStreamOpenedEvent would be triggered indicating whether the stream is successfully opened. If the client don't want to open stream, return IntPtr.Zero.

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
IntPtr OnAuxStreamAvailable()

Return Value

Type: IntPtr
The handle of the view.
Remarks
Since: 2.0.0
See Also