filePath property

String filePath
getter/setter pair

Field Meaning: Address of the recording file, which is required.

Special Note: Please ensure that the path is valid with read/write permissions; otherwise, the recording file cannot be generated. This path must be accurate to the file name and extension. The extension determines the format of the recording file. Currently, only the MP4 format is supported. For example, if you specify the path as mypath/record/test.mp4, it means that you want the SDK to generate a local video file in MP4 format.

Implementation

String filePath;