# allowRecord

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

Request example:

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

Response example:

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

Parameter description:

  • peerId - the unique identifier of the user (TrueConf ID) who is permitted to record the video and audio stream from TrueConf Room. It is advised to use those that were obtained from the methods: recordRequest, getAppState. Applicability:

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

See also: