Click or drag to resize

IMultiStreamObserverOnAuxStreamUnAvailable Method

Callback of SDK when there is an auxiliary stream unavailable. Client should give SDK a view handle which will be closed or if the given view handle is IntPtr.Zero, SDK will automatically close the last opened stream.

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

Return Value

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