UICustomization constructor
UICustomization({
- bool hideControlPanel = false,
- bool hideHeaderPanel = false,
- bool hideEndCallButton = false,
- bool hideMuteAudioButton = false,
- bool hidePauseVideoButton = false,
- bool hideParticipantListButton = false,
- bool hideLayoutToggleButton = false,
- bool hideCameraSourceToggleButton = false,
- bool hideSettings = false,
- bool chatButtonVisible = true,
- bool hideScreenSharingButton = false,
- bool hideRaiseHandButton = false,
- bool hideRecordingButton = false,
Implementation
UICustomization({
this.hideControlPanel = false,
this.hideHeaderPanel = false,
this.hideEndCallButton = false,
this.hideMuteAudioButton = false,
this.hidePauseVideoButton = false,
this.hideParticipantListButton = false,
this.hideLayoutToggleButton = false,
this.hideCameraSourceToggleButton = false,
this.hideSettings = false,
this.chatButtonVisible = true,
this.hideShareInviteButton = false,
this.hideScreenSharingButton = false,
this.hideRaiseHandButton = false,
this.hideRecordingButton = false,
});