# denyRecord
Description
Prohibit recording of an audio and video streams from TrueConf VideoSDK
void denyRecord(string sPeerId)
Parameters
Name | Description |
---|---|
sPeerId | The unique identifier of the user (TrueConf ID) who is prohibited from recording. It is best to use those obtained from methods: On_recordRequest, getAppState |
Response example
{
"method" : "denyRecord",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also