Hierarchy

  • Recording

Properties

createdAt: number

Time when the recording started in UTC milliseconds

duration: number = 0

Duration of the recording in seconds (0 until the recording is stopped)

id: string

Recording unique identifier

Technical properties of the recorded file

sessionId: string

Session associated to the recording

size: number = 0

Size of the recording in bytes (0 until the recording is stopped)

status: Status

Status of the recording

url: string

URL of the recording. You can access the file from there. It is null until recording reaches "ready" or "failed" status. If OpenVidu Server configuration property OPENVIDU_RECORDING_PUBLIC_ACCESS is false, this path will be secured with OpenVidu credentials

Generated using TypeDoc