UICustomization constructor

UICustomization({
  1. bool hideControlPanel = false,
  2. bool hideHeaderPanel = false,
  3. bool hideEndCallButton = false,
  4. bool hideMuteAudioButton = false,
  5. bool hidePauseVideoButton = false,
  6. bool hideParticipantListButton = false,
  7. bool hideLayoutToggleButton = false,
  8. bool hideCameraSourceToggleButton = false,
  9. bool hideSettings = false,
  10. bool chatButtonVisible = true,
  11. bool hideShareInviteButton = false,
  12. bool hideScreenSharingButton = false,
  13. bool hideRaiseHandButton = false,
  14. 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,
});