Usage:
zoomSdk.onFeedbackReaction((event) => { console.log(event)});
Console log:
{ "participantUUID": "participantUUID1", "timestamp": 1614831950, "feedback": "raiseHand",}
Participant UUID of the user who sent the feedback
Timestamp at which the feedback was sent
Type of feedback triggered
Generated using TypeDoc
Usage:
Console log: