Recording Options
Constructors
RecordingOptions
Link copied to clipboard
fun RecordingOptions(recordingType: RecordingOptions.RecordingType, directoryPath: String)
Content copied to clipboard
Constructor without specified file name. A default file name template {recording_type}_{call_id}_{timestamp}.mp4
will be used for creating recorded file.
RecordingOptions
Link copied to clipboard
fun RecordingOptions(recordingType: RecordingOptions.RecordingType, directoryPath: String, fileName: String)
Content copied to clipboard
Constructor with specified file name.
Types
Recording Type
Link copied to clipboard
Recording types