onMemberExitedFromChatRoom property

void Function(String roomId, String? roomName, String participant)? onMemberExitedFromChatRoom
final

Occurs when a member leaves the chat room.

Implementation

final void Function(
  String roomId,
  String? roomName,
  String participant,
)? onMemberExitedFromChatRoom;