handleRemoveParticipant property

void Function(int roomIndex, BreakoutParticipant participant) handleRemoveParticipant
final

Callback to handle removing a participant from a room.

Implementation

final void Function(int roomIndex, BreakoutParticipant participant)
    handleRemoveParticipant;