allowRecord

TrueConfLess than 1 minute

allowRecord

Description: allow recording the video and audio streams from TrueConf Room API.

Request example:

{
    "method": "allowRecord",
    "requestId" : "1",
    "peerId": "user@some.server/InstancePart"
}

Response example:

{
    "method": "allowRecord",
    "requestId" : "1",
    "result": true
}

Parameter description:

  • peerId - a unique identifier for the user (TrueConf ID) who is allowed to record the video and audio stream from TrueConf Room API. It is advisable 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: