On_commandReceived

TrueConf7/5/26Less than 1 minute

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

NameDescription
peerIdUnique identifier (TrueConf ID) of a user who sent a command
commandCommand

See also

Last Updated: