Click or drag to resize

AuxStreamClosedEvent Class

This might be triggered when an auxiliary stream is closed successfully or unsuccessfully. On this event, the client can hide the view.
Inheritance Hierarchy

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

The AuxStreamClosedEvent type exposes the following members.

Properties
  NameDescription
Public propertyAuxStream
Get the auxiliary stream instance.
(Inherited from AuxStreamEvent.)
Public propertyCall
Get current call instance.
(Inherited from CallEvent.)
Public propertyResult
The result of closing the stream.
Top
Remarks
Since: 2.0.0
See Also