onRoomMemberJoined property

void Function(ZIM zim, List<ZIMUserInfo> memberList, String roomID)? onRoomMemberJoined
getter/setter pair

Callback when other members join the room.

After joining a room, this callback will be triggered when other members also join this room.

  • zim ZIM instance.
  • memberList List of members who joined the room.
  • roomID The ID of the room where this event occurred.

Implementation

static void Function(ZIM zim, List<ZIMUserInfo> memberList, String roomID)?
    onRoomMemberJoined;