# allowRecord
Description: allow recording of video and audio streams from VideoSDK/Room.
Request example:
{
"method": "allowRecord",
"requestId" : "1",
"peerId": "user@some.server/InstancePart"
}
Response example:
{
"method": "allowRecord",
"requestId" : "1",
"result": true
}
Parameter description:
peerId
- unique identifier of the user (TrueConf ID) who is allowed to record video and audio streams from VideoSDK/Room. You should use those obtained from methods: recordRequest, getAppState. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also: