@livedesk/client 0.1.30 → 0.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -720,6 +720,7 @@ function startLiveStream(socket, options, message, nextFrameSeq, activeStreams)
720
720
  frameDrops: 0,
721
721
  timer: null
722
722
  };
723
+ console.log('전송모드 - mode1-jpeg (Mode 1 - Test JPEG Binary)');
723
724
 
724
725
  const captureAndSend = async () => {
725
726
  if (stream.stopped || stream.inFlight || socket.destroyed) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livedesk/client",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "LiveDesk local remote client",
5
5
  "type": "module",
6
6
  "bin": {