Click or drag to resize

AuxStreamOpenedEvent Class

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

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

The AuxStreamOpenedEvent 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 opening the stream.
Top
Remarks
Since: 2.0.0
See Also