MuteUsersData

constructor(users: List<String>? = null, muteAllUsers: Boolean? = null, audio: Boolean? = null, screenShare: Boolean? = null, video: Boolean? = null)

Parameters

muteAllUsers

If we should mute all the users in the call.

audio

If the audio should be muted.

screenShare

If the screen sharing should be muted.

video

If the video should be muted.

users

List of users to apply the mute change to.