FeatureConfiguration constructor

FeatureConfiguration({
  1. int? autoEndConference,
  2. String? brandingLogoUrl,
  3. String? brandingIconUrl,
  4. String? brandingAppTitle,
  5. int? brandingEnabled,
  6. String? askRecordingRequest,
  7. String? storageUnit,
  8. dynamic externalStorageUnitConfig,
  9. int? showMeetingInfo,
  10. int? allowMultipleCohost,
  11. int? enableReaction,
  12. int? enablePrivateChat,
  13. int? enableChat,
  14. int? allowProfileEditByHost,
  15. int? allowProfileEditBySelf,
})

Implementation

FeatureConfiguration({
  this.autoEndConference,
  this.brandingLogoUrl,
  this.brandingIconUrl,
  this.brandingAppTitle,
  this.brandingEnabled,
  this.askRecordingRequest,
  this.storageUnit,
  this.externalStorageUnitConfig,
  this.showMeetingInfo,
  this.allowMultipleCohost,
  this.enableReaction,
  this.enablePrivateChat,
  this.enableChat,
  this.allowProfileEditByHost,
  this.allowProfileEditBySelf,
});