amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.realtime / RealtimeObserver / onAttendeesMuted

onAttendeesMuted

abstract fun onAttendeesMuted(attendeeInfo: Array<AttendeeInfo>): Unit

Handles attendee(s) whose VolumeLevel has changed to muted.

Note: this callback will be called on main thread.

Parameters

attendeeInfo - : Array<AttendeeInfo> - Attendees who are newly muted.