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.
zimZIM instance.memberListList of members who joined the room.roomIDThe ID of the room where this event occurred.
Implementation
static void Function(ZIM zim, List<ZIMUserInfo> memberList, String roomID)?
onRoomMemberJoined;