methods\participants_methods\remove_participants library

Classes

RemoveParticipantsOptions
Defines options for removing a participant from a room.

Functions

removeParticipants(RemoveParticipantsOptions options) Future<void>
Removes a participant from the room if the user has the necessary permissions.

Typedefs

RemoveParticipantsType = Future<void> Function(RemoveParticipantsOptions options)
Type definition for the function that removes a participant.