Features class
Constructors
- Features.new({int? id, int? subscriptionId, int? isActive, String? audioVideoConference, String? meetDuration, String? cloudStorage, int? saveCloud, int? internationalPhone, int? hostMeetingMobile, int? conferenceChat, int? whiteboard, int? noiseCancellation, int? recordMeeting, int? poll, int? raiseHand, int? breakoutRoom, int? screenSharing, int? voiceTranscription, int? voiceTextTranslation, int? liveStream, int? trackAttendance, int? muteParticipant, int? disableCamera, int? compatibility, int? mobileSupport, int? encryption, int? lobby, int? protectedMeeting, int? spamProtection, int? translation, int? videoTranslation, int? isBasic, FeatureConfiguration? configurations})
-
Features.fromJson(Map<
String, dynamic> json)
Properties
- audioVideoConference ↔ String?
-
getter/setter pair
- breakoutRoom ↔ int?
-
getter/setter pair
- cloudStorage ↔ String?
-
getter/setter pair
- compatibility ↔ int?
-
getter/setter pair
- conferenceChat ↔ int?
-
getter/setter pair
- configurations ↔ FeatureConfiguration?
-
getter/setter pair
- disableCamera ↔ int?
-
getter/setter pair
- encryption ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostMeetingMobile ↔ int?
-
getter/setter pair
- id ↔ int?
-
getter/setter pair
- internationalPhone ↔ int?
-
getter/setter pair
- isActive ↔ int?
-
getter/setter pair
- isBasic ↔ int?
-
getter/setter pair
- liveStream ↔ int?
-
getter/setter pair
- lobby ↔ int?
-
getter/setter pair
- meetDuration ↔ String?
-
getter/setter pair
- mobileSupport ↔ int?
-
getter/setter pair
- muteParticipant ↔ int?
-
getter/setter pair
- noiseCancellation ↔ int?
-
getter/setter pair
- poll ↔ int?
-
getter/setter pair
- protectedMeeting ↔ int?
-
getter/setter pair
- raiseHand ↔ int?
-
getter/setter pair
- recordMeeting ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saveCloud ↔ int?
-
getter/setter pair
- screenSharing ↔ int?
-
getter/setter pair
-
getter/setter pair
- spamProtection ↔ int?
-
getter/setter pair
- subscriptionId ↔ int?
-
getter/setter pair
- trackAttendance ↔ int?
-
getter/setter pair
- translation ↔ int?
-
getter/setter pair
- videoTranslation ↔ int?
-
getter/setter pair
- voiceTextTranslation ↔ int?
-
getter/setter pair
- voiceTranscription ↔ int?
-
getter/setter pair
- whiteboard ↔ int?
-
getter/setter pair
Methods
-
isAllowMultipleCoHost(
) → bool -
isBasicPlan(
) → bool -
isChatAllowed(
) → bool -
isDisableCameraAllowed(
) → bool -
isLiveStreamingAllowed(
) → bool -
isMuteParticipantsAllowed(
) → bool -
isPrivateChatAllowed(
) → bool -
isProfileEditByHostAllowed(
) → bool -
isProfileEditBySelfAllowed(
) → bool -
isPublicChatAllowed(
) → bool -
isRaiseHandAllowed(
) → bool -
isReactionAllowed(
) → bool -
isRecordingAllowed(
) → bool -
isRecordingConsentAllowed(
) → bool -
isScreenSharingAllowed(
) → bool -
isVoiceTextTranslationAllowed(
) → bool -
isVoiceTranscriptionAllowed(
) → bool -
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