OnMyReactionEvent: { type: string; unicode: string; timestamp: number }

Usage:

zoomSdk.onMyReaction((event) => {
console.log(event)
});

Console log:

{
"timestamp": 1614831950,
"type": "clap",
"unicode": "👏"
}

Type declaration

  • type: string
  • unicode: string
  • timestamp: number

Generated using TypeDoc