denyRecord

TrueConf7/5/26Less than 1 minute

denyRecord

Description

Prohibit recording of an audio and video streams from TrueConf VideoSDK

void denyRecord(string sPeerId)

Parameters

NameDescription
sPeerIdThe 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

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: