teleportxr 1.0.3 → 1.0.4

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.
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
3
  const EventEmitter = require('events');
4
- const wrtc =require('wrtc');
5
- const DefaultRTCPeerConnection = require('wrtc').RTCPeerConnection;
4
+ const wrtc =require('@roamhq/wrtc');
5
+ const DefaultRTCPeerConnection = require('@roamhq/wrtc').RTCPeerConnection;
6
6
 
7
7
  const TIME_TO_CONNECTED = 10000;
8
8
  const TIME_TO_HOST_CANDIDATES = 3000; // NOTE: Too long.
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "name": "teleportxr",
15
15
  "description": "A minimal Teleport server on node.js",
16
- "version": "1.0.3",
16
+ "version": "1.0.4",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "git+https://github.com/simul/teleport-nodejs.git"