On_commandSent

TrueConf7/5/26Less than 1 minute

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

NameDescription
confIdUnique communication session identifier
peerIdTrueConf ID, the unique identifier of a user whom the command was sent
commandText command

See also

Last Updated: