FeatureConfiguration class
Constructors
- FeatureConfiguration.new({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})
-
FeatureConfiguration.fromJson(Map<
String, dynamic> json)
Properties
- allowMultipleCohost ↔ int?
-
getter/setter pair
- allowProfileEditByHost ↔ int?
-
getter/setter pair
- allowProfileEditBySelf ↔ int?
-
getter/setter pair
- askRecordingRequest ↔ String?
-
getter/setter pair
- autoEndConference ↔ int?
-
getter/setter pair
- brandingAppTitle ↔ String?
-
getter/setter pair
- brandingEnabled ↔ int?
-
getter/setter pair
- brandingIconUrl ↔ String?
-
getter/setter pair
- brandingLogoUrl ↔ String?
-
getter/setter pair
- enableChat ↔ int?
-
getter/setter pair
- enablePrivateChat ↔ int?
-
getter/setter pair
- enableReaction ↔ int?
-
getter/setter pair
- externalStorageUnitConfig ↔ dynamic
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showMeetingInfo ↔ int?
-
getter/setter pair
- storageUnit ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited