setReaction
Less 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 identifierreaction- the participant's own reaction value in the conference. 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: