# On_userRecordingMeStatusChanged
Description
The notification indicating that a user has either stopped or started recording of audio and video streams from TrueConf VideoSDK
EventHandler<string> On_userRecordingMeStatusChanged
Response example
{
"event": "userRecordingMeStatusChanged",
"peerId": "user2@some.server",
"status" : true,
"confId": "00000351@some.server#vcs",
"method": "event"
}
Response Parameters
Name | Description |
---|---|
peerId | The unique identifier (TrueConf ID) of a user who ended or started the recording of video or audio streams from TrueConf VideoSDK |
status | Flag showing whether a user enabled recording |
confId | Unique communication session identifier |
See also