On_commandReceived
7/5/26Less than 1 minute
On_commandReceived
Description
The notification coming after TrueConf VideoSDK has received a text command
EventHandler<string> On_commandReceivedResponse 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