# 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 identifierreaction- the reaction value of the conference participant. The value can be one of the following:0- reaction not set1- reaction equals Raise Hand2- response is Yes3- the response is No4- reaction is Laugh5- reaction is Applause6- the reaction is Not at the desk
See also: