I am trying to create a toggle button on video track of getUserMedia
toggleVideo = () => { let { video } = this.state; video = !video let camera = do