onRoomMemberLeft property
void Function(ZIM zim, List<ZIMUserInfo> memberList, String roomID)?
onRoomMemberLeft
getter/setter pair
Callback when other members leave the room.
After joining a room, this callback will be triggered when other members leave this room.
zimZIM instance.memberListList of members who left the room.roomIDThe ID of the room where this event occurred.
Implementation
static void Function(ZIM zim, List<ZIMUserInfo> memberList, String roomID)?
onRoomMemberLeft;