Features constructor
Features({
- 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,
Implementation
Features(
{this.id,
this.subscriptionId,
this.isActive,
this.audioVideoConference,
this.meetDuration,
this.cloudStorage,
this.saveCloud,
this.internationalPhone,
this.hostMeetingMobile,
this.conferenceChat,
this.whiteboard,
this.noiseCancellation,
this.recordMeeting,
this.poll,
this.raiseHand,
this.breakoutRoom,
this.screenSharing,
this.voiceTranscription,
this.voiceTextTranslation,
this.liveStream,
this.shareYoutube,
this.trackAttendance,
this.muteParticipant,
this.disableCamera,
this.compatibility,
this.mobileSupport,
this.encryption,
this.lobby,
this.protectedMeeting,
this.spamProtection,
this.translation,
this.videoTranslation,
this.isBasic,
this.configurations,
});