# setReaction

Version: 5.0.0+

Description: set a reaction in the conference.

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

When the command executes successfully, the reactionsChanged event 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 reaction value of the conference participant. 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: