# commandSent
Description: the notification coming when your VideoSDK/Room sends a command to a user.
Example:
{
"event": "commandSent",
"peerId": "user2@some.server",
"command": "cmd:D",
"confId": "00000351@some.server#vcs",
"method": "event"
}
Parameter description:
confId
— Unique communication session identifierpeerId
— TrueConf ID, the unique identifier of a user to whom the command was sentcommand
— text command
See also: