constructor()

in src/testplayer.js [13:21]


  constructor(props) {
    super(props);
    this.state = {
      token: 0,
      videoURL: "http://d2qohgpffhaffh.cloudfront.net/HLS/vanlife/withad/sdr_uncage_vanlife_admarker_60sec.m3u8",
      showComponent: true,
    };
    this.handleURLset = this.handleURLset.bind(this);
  }