notifyMeetingStart method

void notifyMeetingStart()

Implementation

void notifyMeetingStart() {
  onMeetingStart?.call();
}