***
id: 0c147716-fa59-4745-83e6-6bd1bffe3c89
title: RoomSessionRecording
position: 5
slug: /js/reference/video/room-session-recording
max-toc-depth: 3
----------------
Represents a specific recording of a room session.
## Properties
Duration, if available.
End time, if available.
The unique id of this recording.
The id of the room session associated to this recording.
Start time, if available.
Current state.
## Methods
### pause
▸ **pause**(): `Promise`
Pauses the recording.
#### Returns
`Promise`
***
### resume
▸ **resume**(): `Promise`
Resumes the recording.
#### Returns
`Promise`
***
### stop
▸ **stop**(): `Promise`
Stops the recording.
#### Returns
`Promise`