attendeeDidLeave method

void attendeeDidLeave(
  1. AttendeeModel attendee, {
  2. required bool didDrop,
})

Implementation

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