MeetNotifier class
Constructors
- MeetNotifier({void onLoginRslt(CRMEETINGSDK_ERR error)?, void notifyLineOff(CRMEETINGSDK_ERR reason)?, void onMeetingStart()?, void onMeetinging()?, void onMeetingExited(CRMEETINGSDK_ERR error)?, void notifyUserJoined(String userID, String userName)?, void notifyUserLeft(String userID, String userName)?, void notifyCallIn(String callID, String caller, String meetInfo)?, void notifyCallInCanceled(String callID)?})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- notifyCallIn ↔ void Function(String callID, String caller, String meetInfo)?
-
getter/setter pair
- notifyCallInCanceled ↔ void Function(String callID)?
-
getter/setter pair
- notifyLineOff ↔ void Function(CRMEETINGSDK_ERR reason)?
-
getter/setter pair
- notifyUserJoined ↔ void Function(String userID, String userName)?
-
getter/setter pair
- notifyUserLeft ↔ void Function(String userID, String userName)?
-
getter/setter pair
- onLoginRslt ↔ void Function(CRMEETINGSDK_ERR error)?
-
getter/setter pair
- onMeetingExited ↔ void Function(CRMEETINGSDK_ERR error)?
-
getter/setter pair
- onMeetinging ↔ void Function()?
-
getter/setter pair
- onMeetingStart ↔ void Function()?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
loginRslt(
Map args) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyMeetingExited(
Map args) → void -
notifyMeetinging(
) → void -
notifyMeetingStart(
) → void -
onNotifyCallIn(
Map args) → void -
onNotifyCallInCanceled(
Map args) → void -
onNotifyLineOff(
Map args) → void -
onNotifyUserJoined(
Map args) → void -
onNotifyUserLeft(
Map args) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited