participant Amplitude Changed
open fun participantAmplitudeChanged(participant: Participant, amplitude: Int, muted: Boolean)
Content copied to clipboard
Notification sent when a remote participant's audio level changes.Useful for implementing visual representations of participant's audio.
Parameters
participant
Participant whose audio amplitude has changed.
amplitude
Value between 0 and 100 referring to the participant's audio level
muted
True when participant is muted or false when not muted.