componentWillUnmount()

in amplify-video-frontend/src/components/VideoPlayer.js [13:17]


  componentWillUnmount() {
    if (this.player) {
      this.player.dispose()
    }
  }