arnacon-webrtc-service 0.2.10 → 0.2.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arnacon-webrtc-service",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Arnacon WebRTC core runtime and service modules",
5
5
  "main": "./webRTCservice/core.js",
6
6
  "type": "commonjs",
@@ -1117,6 +1117,8 @@ async function onExistingPairOffer({ sessionId, offer, session, pairKey } = {})
1117
1117
  {
1118
1118
  sdp: offer?.sdp,
1119
1119
  candidates: offer?.candidates || [],
1120
+ iceRestart: offer?.iceRestart === true,
1121
+ offerUfrag: offer?.offerUfrag || null,
1120
1122
  },
1121
1123
  { forceOffer: true },
1122
1124
  ),