# On_commandReceived
Description
The notification coming after TrueConf VideoSDK has received a text command
EventHandler<string> On_commandReceived
Response example
{
"event": "commandReceived",
"peerId": "user1@some.server",
"command": "cmd:D",
"method": "event"
}
Response Parameters
| Name | Description |
|---|---|
| peerId | Unique identifier (TrueConf ID) of a user who sent a command |
| command | Command |
See also