FeatureConfiguration constructor
FeatureConfiguration({
- int? autoEndConference,
- String? brandingLogoUrl,
- String? brandingIconUrl,
- String? brandingAppTitle,
- int? brandingEnabled,
- String? askRecordingRequest,
- String? storageUnit,
- dynamic externalStorageUnitConfig,
- int? showMeetingInfo,
- int? allowMultipleCohost,
- int? enableReaction,
- int? enablePrivateChat,
- int? enableChat,
- int? allowProfileEditByHost,
- 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,
});