setReaction

TrueConfLess than 1 minute

setReaction

Description: set a reaction in the conference. v5.0.0+

To execute this command, you must be in a conference.

When the command is successfully executed, the event reactionsChanged will be generated.

Request example

{
    "method" : "setReaction",
    "requestId" : "1",
    "reaction" : 2
}

Response example:

{
    "method" : "setReaction",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • requestId - unique request identifier

  • reaction - the participant's own reaction value in the conference. The value can be one of the following:

    • 0 - reaction not set

    • 1 - reaction equals Raise Hand

    • 2 - response is Yes

    • 3 - the response is No

    • 4 - reaction is Laugh

    • 5 - reaction is Applause

    • 6 - the reaction is Not at the desk

See also: