commandSent

TrueConfLess than 1 minute

commandSent

Description: notification that is received after the moderated role-based conference TrueConf Room API 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 identifier

  • peerId - a unique identifier of the user (TrueConf ID) to whom the command was sent

  • command — text command

See also: