Click or drag to resize

AuxStreamPersonChangedEvent Class

The person represented this auxiliary stream is changed.
Inheritance Hierarchy

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

The AuxStreamPersonChangedEvent 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 propertyFromPerson
The former person represented this auxiliary stream
Public propertyToPerson
The new person represented this auxiliary stream
Top
Remarks
Since: 2.0.0
See Also