# reactionsChanged
Version: 5.0.0+
Description: notification received after participants change their reactions in a conference.
Example:
{
"method": "event",
"event" : "reactionsChanged",
"confId" : "00000351@some.server#vcs",
"reactions" : [
{
"callId" : "user1@some.server/d8a9cda9",
"reaction" : 0
},
{
"callId" : "user8@some.server/fd1qnc8i",
"reaction" : 2
}
]
}
Parameter description:
confId
— Unique identifier of an ongoing conferencecallId
- unique identifier of the conference participantreaction
- a participant's response in the conference, which can take one of the following values: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: