MesiboCallUiProperties constructor

MesiboCallUiProperties({
  1. bool? showScreenSharing = true,
  2. bool? autoHideControls = true,
  3. bool? userImageThumbnail = true,
  4. int? backgroundColor = 0x00868b,
})

Implementation

);}class MesiboCallUiProperties extends MesiboCallUiPropertiesFlutter{MesiboCallUiProperties({super.showScreenSharing= true,super.autoHideControls= true,super.userImageThumbnail= true,super.backgroundColor= 0x00868b,}
);