MeetNotifier constructor
MeetNotifier({
- void onLoginRslt(
- CRMEETINGSDK_ERR error
- void notifyLineOff(
- CRMEETINGSDK_ERR reason
- void onMeetingStart()?,
- void onMeetinging()?,
- void onMeetingExited(
- CRMEETINGSDK_ERR error
- void notifyUserJoined()?,
- void notifyUserLeft()?,
- void notifyCallIn()?,
- void notifyCallInCanceled(
- String callID
Implementation
MeetNotifier({
this.onLoginRslt,
this.notifyLineOff,
this.onMeetingStart,
this.onMeetinging,
this.onMeetingExited,
this.notifyUserJoined,
this.notifyUserLeft,
this.notifyCallIn,
this.notifyCallInCanceled,
});