Click or drag to resize

ReceivingAudioEvent Class

This might be triggered when the local party muted or unmuted the audio.
Inheritance Hierarchy

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

The ReceivingAudioEvent type exposes the following members.

Properties
  NameDescription
Public propertyCall
Get current call instance.
(Inherited from CallEvent.)
Public propertyIsReceiving
True if the local party now is receiving audio. Otherwise false.
Top
Remarks
Since: 0.1.0
See Also