onConnectionUserListChanged property
Callback for connected users changed.
connectedList List of connected users.
joinedList List of joined connected users.
leavedList List of leaved connected users.
Implementation
OnConnectionUserListChanged onConnectionUserListChanged =
(List<TUIConnectionUser> connectedList,
List<TUIConnectionUser> joinedList,
List<TUIConnectionUser> leavedList) {};