NOTIFIER_EVENT enum
Values
- lineOff → const NOTIFIER_EVENT
- userEnterMeeting → const NOTIFIER_EVENT
- userLeftMeeting → const NOTIFIER_EVENT
- meetingStopped → const NOTIFIER_EVENT
- meetingDropped → const NOTIFIER_EVENT
- netStateChanged → const NOTIFIER_EVENT
- notifyNickNameChanged → const NOTIFIER_EVENT
- videoStatusChanged → const NOTIFIER_EVENT
- videoDevChanged → const NOTIFIER_EVENT
- audioStatusChanged → const NOTIFIER_EVENT
- audioDevChanged → const NOTIFIER_EVENT
- micEnergyUpdate → const NOTIFIER_EVENT
- notifyScreenMarkStarted → const NOTIFIER_EVENT
- notifyScreenMarkStopped → const NOTIFIER_EVENT
- locMixerOutputInfo → const NOTIFIER_EVENT
- locMixerStateChanged → const NOTIFIER_EVENT
- svrMixerStateChanged → const NOTIFIER_EVENT
- svrMixerCfgChanged → const NOTIFIER_EVENT
- svrMixerOutputInfo → const NOTIFIER_EVENT
- notifyMediaOpened → const NOTIFIER_EVENT
- notifyMediaStart → const NOTIFIER_EVENT
- notifyMediaPause → const NOTIFIER_EVENT
- notifyMediaStop → const NOTIFIER_EVENT
- notifyMeetingCustomMsg → const NOTIFIER_EVENT
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
NOTIFIER_EVENT> - A constant List of the values in this enum, in order of their declaration.