Class MuteUsersData
-
- All Implemented Interfaces:
public final class MuteUsersDataRepresents the data used to request user's tracks to be muted.
-
-
Method Summary
-
-
Constructor Detail
-
MuteUsersData
MuteUsersData(List<String> users, Boolean muteAllUsers, Boolean audio, Boolean screenShare, Boolean video)
- Parameters:
users- List of users to apply the mute change to.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.
-
-
-
-