# userRecordingMeStatusChanged

Description: the notification indicating that a user has either stopped or started recording of audio and video streams from VideoSDK/Room.

Example:

{
    "event": "userRecordingMeStatusChanged",
    "peerId": "user2@some.server",
    "status" : true,
    "confId": "00000351@some.server#vcs",
    "method": "event"
}

Parameter description:

  • peerId — the unique identifier (TrueConf ID) of a user who ended or started the recording of video or audio streams from VideoSDK/Room

  • status — Flag showing whether a user enabled recording

  • confId — Unique communication session identifier

See also: