Packagevegas.media
Classpublic class MicrophoneStatus
InheritanceMicrophoneStatus Inheritance Object

The enumeration static class of all Microphone status.



Public Constants
 ConstantDefined By
  MUTED : String = Microphone.Muted
[static] The status name when the Microphone is muted.
MicrophoneStatus
  UNMUTED : String = Microphone.Unmuted
[static] The status name when the Microphone is unmuted.
MicrophoneStatus
Constant Detail
MUTEDConstant
public static const MUTED:String = Microphone.Muted

The status name when the Microphone is muted.

UNMUTEDConstant 
public static const UNMUTED:String = Microphone.Unmuted

The status name when the Microphone is unmuted.