onRoomUserCountChanged property

OnRoomUserCountChanged onRoomUserCountChanged
getter/setter pairinherited

3.10 Room User Count Changed Event

roomId Room ID userCount User Count

Implementation

OnRoomUserCountChanged onRoomUserCountChanged =
    (String roomId, int userCount) {};