Click or drag to resize

ActiveSpeakerChangedEvent Class

The active speaker is changed.
Inheritance Hierarchy

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

The ActiveSpeakerChangedEvent type exposes the following members.

Properties
  NameDescription
Public propertyCall
Get current call instance.
(Inherited from CallEvent.)
Public propertyFromPerson
The former active person.
Public propertyToPerson
The new active person.
Top
Remarks
Since: 2.0.0
See Also