# 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" }
Copied!
Parameter description:
confId
— Unique communication session identifierpeerId
— the unique identifier (TrueConf ID) of a user who requests the permission for video recordingrecordAllowed
— the flag indicating if video recording is allowed
See also: