# allowRecord
Description: allow recording of video and audio streams from VideoSDK/Room.
Request example:
{ "method": "allowRecord", "requestId" : "1", "peerId": "user@some.server/InstancePart" }
Copied!
Response example:
{ "method": "allowRecord", "requestId" : "1", "result": true }
Copied!
Parameter description:
peerId
- the unique identifier of the user (TrueConf ID) who is permitted to record the video and audio stream from VideoSDK/Room. It is advised to use those that were obtained from the methods: recordRequest, getAppState. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId
- a unique request identifier. You can learn more about it here.
See also: