RecordingParams class

Constructors

RecordingParams({required int recordingAudioPausesLimit, required bool recordingAudioSupport, required int recordingAudioPeopleLimit, required int recordingAudioParticipantsTimeLimit, 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, required bool recordingHLSSupport, int? recordingAudioPausesCount, int? recordingVideoPausesCount})
RecordingParams.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
recordingAllParticipantsFullRoomSupport bool
final
recordingAllParticipantsSupport bool
final
recordingAudioParticipantsTimeLimit int
final
recordingAudioPausesCount int?
getter/setter pair
recordingAudioPausesLimit int
final
recordingAudioPeopleLimit int
final
recordingAudioSupport bool
final
recordingHLSSupport bool
final
recordingMultiFormatsSupport bool
final
recordingPreferredOrientation String
final
recordingSupportForOtherOrientation bool
final
recordingVideoParticipantsFullRoomSupport bool
final
recordingVideoParticipantsSupport bool
final
recordingVideoParticipantsTimeLimit int
final
recordingVideoPausesCount int?
getter/setter pair
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>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited