# denyRecord
Description: prohibit recording of audio and video streams from VideoSDK/Room.
Request example:
{ "method" : "denyRecord", "requestId" : "1", "peerId" : "user@some.server/InstancePart" }
Copied!
Response example:
{ "method" : "denyRecord", "requestId" : "1", "result" : true }
Copied!
Parameter description:
peerId
- the unique identifier of the user (TrueConf ID) who is prohibited from recording. It is best to use those 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: