handleVolumeChange = () => {
    this.setState({ volume: this.video.volume, muted: this.video.muted });
  };