activeSpeakers property

Map<String, int> activeSpeakers
getter/setter pair

If using activeSpeakerNotification, Returns back the size of peers which are returned for the activeSpeakers in the Room; Default value is 8

Implementation

Map<String, int> activeSpeakers = {'size': 8};