producers\socket_receive_methods\meeting_still_there library

Classes

MeetingStillThereOptions
Defines options for handling the "still there?" check in a meeting.

Functions

meetingStillThere({required MeetingStillThereOptions options}) Future<void>
Updates the visibility of the "still there?" modal in a meeting.

Typedefs

MeetingStillThereType = Future<void> Function(MeetingStillThereOptions options)