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.
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
recordType ZegoDataRecordType
Type of recording media
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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