# On_recordRequestReply

Description

Notification when responding to permission to record your video stream

EventHandler<string> On_recordRequestReply

Response example

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

Response Parameters

Name 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

Last Updated: 09/12/2025