abstract fun onActiveSpeakerScoreChanged(scores: Map<AttendeeInfo, Double>): Unit
Periodically sends active speaker scores to observers ONLY IF scoreCallbackIntervalMs is not null
scores
- : Map<AttendeeInfo, Double> - Map of active speakers to respective scores.
Scores of 0 mean the attendee is not an active speaker.