attendeeDidLeave method
Implementation
void attendeeDidLeave(AttendeeModel attendee, {required bool didDrop}) {
// Gets called when an attendee leaves or drops the meeting
}
void attendeeDidLeave(AttendeeModel attendee, {required bool didDrop}) {
// Gets called when an attendee leaves or drops the meeting
}