# commandReceived

Description: the notification coming after VideoSDK/Room has received a text command.

Example:

{
    "event": "commandReceived",
    "peerId": "user1@some.server",
    "command": "cmd:D",
    "method": "event"
}

Parameter description:

  • peerId — Unique identifier (TrueConf ID) of a user who sent a command.

  • command — Command

See also: