onActiveSpeakersChanged method Null safety
- List<
Participant> participants
Active speakers changed. List of speakers are ordered by their audio level. loudest speakers first. This will include the LocalParticipant too.
Implementation
void onActiveSpeakersChanged(List<Participant> participants) {}