denyRecord
Less than 1 minute
denyRecord
Description: prohibit recording of audio and video stream TrueConf Room API.
Request example:
{
"method" : "denyRecord",
"requestId" : "1",
"peerId" : "user@some.server/InstancePart"
}Response example:
{
"method" : "denyRecord",
"requestId" : "1",
"result" : true
}Parameter description:
peerId- a unique identifier for the user (TrueConf ID) who is prohibited from recording. It is recommended 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 find more details about it here.
See also: