contently / videojs-annotation-comments

A plugin for video.js to add support for timeline moment/range comments and annotations
https://contently.github.io/videojs-annotation-comments/
Other
171 stars 50 forks source link

How to listen for new comment replies/annotation being added #77

Open iamshouvikmitra opened 3 years ago

iamshouvikmitra commented 3 years ago

I could not find listeners to the following events:

  1. Annotation Added
  2. Comment Added
  3. Comment Deleted

All the 3 events are emitted via the onStateChanged event, thus determining the specific atomic event that just occurred is difficult.

Is there something I am missing here? Or, do I need to write some logic on my end to figure these operations out from the onStateChaged listener