RoomRecordParamsParameters class abstract

Defines update functions for each recording parameter.

Implementers

Constructors

RoomRecordParamsParameters()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateRecordingAllParticipantsFullRoomSupport → void Function(bool)
no setter
updateRecordingAllParticipantsSupport → void Function(bool)
no setter
updateRecordingAudioParticipantsTimeLimit → void Function(int)
no setter
updateRecordingAudioPausesCount → void Function(int)
no setter
updateRecordingAudioPausesLimit → void Function(int)
no setter
updateRecordingAudioPeopleLimit → void Function(int)
no setter
updateRecordingAudioSupport → void Function(bool)
no setter
updateRecordingMultiFormatsSupport → void Function(bool)
no setter
updateRecordingPreferredOrientation → void Function(String)
no setter
updateRecordingSupportForOtherOrientation → void Function(bool)
no setter
updateRecordingVideoParticipantsFullRoomSupport → void Function(bool)
no setter
updateRecordingVideoParticipantsSupport → void Function(bool)
no setter
updateRecordingVideoParticipantsTimeLimit → void Function(int)
no setter
updateRecordingVideoPausesCount → void Function(int)
no setter
updateRecordingVideoPausesLimit → void Function(int)
no setter
updateRecordingVideoPeopleLimit → void Function(int)
no setter
updateRecordingVideoSupport → void Function(bool)
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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