onRoomParticipantsUpdated property

dynamic Function(List<RemoteParticipant>)? onRoomParticipantsUpdated
getter/setter pair

Callback when room participants are updated (count or list changes) Provides the current list of remote participants

Implementation

Function(List<RemoteParticipant>)? onRoomParticipantsUpdated;