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