ActiveSpeakersChanged

class ActiveSpeakersChanged(val room: Room, val speakers: List<Participant>) : RoomEvent

Active speakers changed. List of speakers are ordered by their audio level. loudest speakers first. This will include the LocalParticipant too.

Constructors

Link copied to clipboard
constructor(room: Room, speakers: List<Participant>)

Properties

Link copied to clipboard
val room: Room
Link copied to clipboard