# 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 conference

  • callId - unique identifier of the conference participant

  • reaction - a participant's response in the conference, which can take one of the following values:

    • 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: