pauseCamera()

in src/js/client/camera.ts [106:108]


  pauseCamera() {
      this.videoElement.pause();
  }