denyRecord

TrueConfLess 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:

  • requestId - a unique request identifier. You can find more details about it here.

See also: