ZegoDataRecordConfig class

Record config.

Constructors

ZegoDataRecordConfig(String filePath, ZegoDataRecordType recordType)

Properties

filePath String
The path to save the recording file, absolute path, need to include the file name, the file name need to specify the suffix, currently supports .mp4/.flv/.aac format files, if multiple recording for the same path, will overwrite the file with the same name. The maximum length should be less than 1024 bytes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
recordType ZegoDataRecordType
Type of recording media
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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