methods\participants_methods\launch_participants library
Classes
- LaunchParticipantsOptions
- Defines options for launching the participants modal.
Functions
-
launchParticipants(
LaunchParticipantsOptions options) → void - Toggles the visibility of the participants modal.
Typedefs
- LaunchParticipantsType = void Function(LaunchParticipantsOptions options)
- Type definition for the function that launches the participants modal.
- UpdateIsParticipantsModalVisible = void Function(bool)
- Callback function type for updating the visibility of the participants modal.