# clearAllReactions

Version: 5.0.0+

Description: reset the reactions of all conference participants.

To execute this command, you must be in a conference and have the necessary permissions.

When the command executes successfully, the reactionsChanged event will be generated.

Request example

{
    "method" : "clearAllReactions",
    "requestId" : "1"
}

Response example:

{
    "method" : "clearAllReactions",
    "requestId" : "1",
    "result" : true
}

Parameter description:

See also: