# recordRequestReply

Description: Notification when responding to permission to record your video stream.

Example:

{
    "event": "recordRequestReply",
    "peerId": "user2@some.server",
    "recordAllowed": false,
    "confId": "00000351@some.server#vcs",
    "method": "event"
}

Parameter description:

  • confId — Unique communication session identifier

  • peerId — the unique identifier (TrueConf ID) of a user who requests the permission for video recording

  • recordAllowed — the flag indicating if video recording is allowed

See also: