CallRecordingData

data class CallRecordingData(val fileName: String, val url: String, val start: Long, val end: Long)

Represents a single call recording with its metadata.

Parameters

fileName

The name of the file.

url

The location of the recording file.

start

The start time in epoch.

end

The end time in epoch.

Constructors

Link copied to clipboard
constructor(fileName: String, url: String, start: Long, end: Long)

Properties

Link copied to clipboard
val end: Long
Link copied to clipboard
Link copied to clipboard
val start: Long
Link copied to clipboard
val url: String