producers/socket_receive_methods/meeting_ended library
Classes
- MeetingEndedOptions
 - Defines options for handling the end of a meeting.
 
Functions
- 
  meetingEnded(
{required MeetingEndedOptions options}) → Future< void>  - Handles the end of a meeting by showing an alert and performing a redirect if necessary.
 
Typedefs
- 
    MeetingEndedType
      = Future<
void> Function(MeetingEndedOptions options)