RecordParameters class
- Inheritance
-
- Object
- RecordParams
- RecordParameters
Constructors
- RecordParameters({required int recordingAudioPausesLimit, required int recordingAudioPausesCount, required bool recordingAudioSupport, required int recordingAudioPeopleLimit, required int recordingAudioParticipantsTimeLimit, required int recordingVideoPausesCount, required int recordingVideoPausesLimit, required bool recordingVideoSupport, required int recordingVideoPeopleLimit, required int recordingVideoParticipantsTimeLimit, required bool recordingAllParticipantsSupport, required bool recordingVideoParticipantsSupport, required bool recordingAllParticipantsFullRoomSupport, required bool recordingVideoParticipantsFullRoomSupport, required String recordingPreferredOrientation, required bool recordingSupportForOtherOrientation, required bool recordingMultiFormatsSupport})
-
RecordParameters.fromMap(Map<
String, dynamic> map) -
Creates an instance of RecordParameters from a Map.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- recordingAllParticipantsFullRoomSupport → bool
-
final
- recordingAllParticipantsSupport → bool
-
final
- recordingAudioParticipantsTimeLimit → int
-
final
- recordingAudioPausesCount → int
-
final
- recordingAudioPausesLimit → int
-
final
- recordingAudioPeopleLimit → int
-
final
- recordingAudioSupport → bool
-
final
- recordingMultiFormatsSupport → bool
-
final
- recordingPreferredOrientation → String
-
final
- recordingSupportForOtherOrientation → bool
-
final
- recordingVideoParticipantsFullRoomSupport → bool
-
final
- recordingVideoParticipantsSupport → bool
-
final
- recordingVideoParticipantsTimeLimit → int
-
final
- recordingVideoPausesCount → int
-
final
- recordingVideoPausesLimit → int
-
final
- recordingVideoPeopleLimit → int
-
final
- recordingVideoSupport → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts an instance of RecordParameters to a Map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited