@webex/web-client-media-engine 3.8.0 → 3.8.1

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/dist/cjs/index.js CHANGED
@@ -9263,7 +9263,7 @@ function injectDummyCandidates(mediaDescription) {
9263
9263
  if (mediaDescription.iceInfo.candidates.length === 0) {
9264
9264
  mediaDescription.addLine(new CandidateLine('dummy1', 1, 'udp', 1, '0.0.0.0', 9, 'host'));
9265
9265
  mediaDescription.addLine(new CandidateLine('dummy2', 1, 'tcp', 2, '0.0.0.0', 9, 'host'));
9266
- mediaDescription.addLine(new CandidateLine('dummy3', 1, 'tcp', 3, '0.0.0.0', 9, 'relay'));
9266
+ mediaDescription.addLine(new CandidateLine('dummy3', 1, 'udp', 3, '0.0.0.0', 9, 'relay'));
9267
9267
  }
9268
9268
  }
9269
9269
  function removeMidRidExtensions(mediaDescription) {
package/dist/esm/index.js CHANGED
@@ -9259,7 +9259,7 @@ function injectDummyCandidates(mediaDescription) {
9259
9259
  if (mediaDescription.iceInfo.candidates.length === 0) {
9260
9260
  mediaDescription.addLine(new CandidateLine('dummy1', 1, 'udp', 1, '0.0.0.0', 9, 'host'));
9261
9261
  mediaDescription.addLine(new CandidateLine('dummy2', 1, 'tcp', 2, '0.0.0.0', 9, 'host'));
9262
- mediaDescription.addLine(new CandidateLine('dummy3', 1, 'tcp', 3, '0.0.0.0', 9, 'relay'));
9262
+ mediaDescription.addLine(new CandidateLine('dummy3', 1, 'udp', 3, '0.0.0.0', 9, 'relay'));
9263
9263
  }
9264
9264
  }
9265
9265
  function removeMidRidExtensions(mediaDescription) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.8.0",
3
+ "version": "3.8.1",
4
4
  "description": "Web Client Media Engine is common web code for interacting with the multistream media server.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/cjs/index.js",