CrSDKNotifier class

Constructors

CrSDKNotifier()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCrNotifierListener(List<NOTIFIER_EVENT> evts) → void
audioDevChanged() → void
audioStatusChanged(CrAudioStatusChanged asc) → void
cloudMixerStateChanged() → void
disposeCrNotifierListener() → void
lineOff(int sdkErr) → void
locMixerOutputInfo(CrMixerOutputInfo mixerOutputInfo) → void
locMixerStateChanged(CrLocMixerState crLocMixerState) → void
meetingDropped(CR_MEETING_DROPPED_REASON reason) → void
meetingStopped() → void
micEnergyUpdate(CrMicEnergy micEnergy) → void
netStateChanged(int level) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyMediaOpened(CrMediaFileInfo mediaFileInfo) → void
notifyMediaPause(CrMediaNotify mediaNotify) → void
notifyMediaStart(CrMediaNotify mediaNotify) → void
notifyMediaStop(CrMediaNotify mediaNotify) → void
notifyMeetingCustomMsg(CrChatMsg chatMsg) → void
notifyNickNameChanged(CrChangeNickName changeNickName) → void
notifyScreenMarkStarted() → void
notifyScreenMarkStopped() → void
notifyScreenShareStarted() → void
notifyScreenShareStopped() → void
svrMixerCfgChanged() → void
svrMixerOutputInfo(CrMixerOutputInfo mixerOutputInfo) → void
svrMixerStateChanged(CrSvrMixerState crSvrMixerState) → void
toString() String
A string representation of this object.
inherited
userEnterMeeting(String userID) → void
userLeftMeeting(String userID) → void
videoDevChanged(String userID) → void
videoStatusChanged(CrVideoStatusChanged vsc) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited