# On_commandSent

Description

The notification coming when your TrueConf VideoSDK sends a command to a user

EventHandler<string> On_commandSent

Response example

{
    "event": "commandSent",
    "peerId": "user2@some.server",
    "command": "cmd:D",
    "confId": "00000351@some.server#vcs",
    "method": "event"
}

Response Parameters

Name Description
confId Unique communication session identifier
peerId TrueConf ID, the unique identifier of a user whom the command was sent
command Text command

See also

Last Updated: 09/12/2025