@whereby.com/media 1.17.8 → 1.17.9

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/index.cjs CHANGED
@@ -6283,7 +6283,7 @@ class BandwidthTester extends EventEmitter {
6283
6283
  }
6284
6284
  this._runTime = runTime;
6285
6285
  this._startTime = Date.now();
6286
- const host = this._features.sfuServerOverrideHost || "any.sfu.whereby.com";
6286
+ const host = this._features.sfuServerOverrideHost || "any.sfu.svc.whereby.com";
6287
6287
  const wsUrl = `wss://${host}`;
6288
6288
  this._vegaConnection = new VegaConnection(wsUrl, "whereby-sfu#bw-test-v1");
6289
6289
  this._vegaConnection.on("open", () => this._start());
@@ -6377,7 +6377,7 @@ class BandwidthTester extends EventEmitter {
6377
6377
  enableUdp: true,
6378
6378
  preferUdp: true,
6379
6379
  });
6380
- transportOptions.iceServers = [{ urls: "stun:any.turn.whereby.com" }];
6380
+ transportOptions.iceServers = [{ urls: "stun:any.turn.svc.whereby.com" }];
6381
6381
  const transport = this._mediasoupDevice[creator](transportOptions);
6382
6382
  transport.on("connect", ({ dtlsParameters }, callback) => {
6383
6383
  this._vegaConnection.message("connectTransport", {
package/dist/index.mjs CHANGED
@@ -6262,7 +6262,7 @@ class BandwidthTester extends EventEmitter$1 {
6262
6262
  }
6263
6263
  this._runTime = runTime;
6264
6264
  this._startTime = Date.now();
6265
- const host = this._features.sfuServerOverrideHost || "any.sfu.whereby.com";
6265
+ const host = this._features.sfuServerOverrideHost || "any.sfu.svc.whereby.com";
6266
6266
  const wsUrl = `wss://${host}`;
6267
6267
  this._vegaConnection = new VegaConnection(wsUrl, "whereby-sfu#bw-test-v1");
6268
6268
  this._vegaConnection.on("open", () => this._start());
@@ -6356,7 +6356,7 @@ class BandwidthTester extends EventEmitter$1 {
6356
6356
  enableUdp: true,
6357
6357
  preferUdp: true,
6358
6358
  });
6359
- transportOptions.iceServers = [{ urls: "stun:any.turn.whereby.com" }];
6359
+ transportOptions.iceServers = [{ urls: "stun:any.turn.svc.whereby.com" }];
6360
6360
  const transport = this._mediasoupDevice[creator](transportOptions);
6361
6361
  transport.on("connect", ({ dtlsParameters }, callback) => {
6362
6362
  this._vegaConnection.message("connectTransport", {
@@ -6262,7 +6262,7 @@ class BandwidthTester extends EventEmitter$1 {
6262
6262
  }
6263
6263
  this._runTime = runTime;
6264
6264
  this._startTime = Date.now();
6265
- const host = this._features.sfuServerOverrideHost || "any.sfu.whereby.com";
6265
+ const host = this._features.sfuServerOverrideHost || "any.sfu.svc.whereby.com";
6266
6266
  const wsUrl = `wss://${host}`;
6267
6267
  this._vegaConnection = new VegaConnection(wsUrl, "whereby-sfu#bw-test-v1");
6268
6268
  this._vegaConnection.on("open", () => this._start());
@@ -6356,7 +6356,7 @@ class BandwidthTester extends EventEmitter$1 {
6356
6356
  enableUdp: true,
6357
6357
  preferUdp: true,
6358
6358
  });
6359
- transportOptions.iceServers = [{ urls: "stun:any.turn.whereby.com" }];
6359
+ transportOptions.iceServers = [{ urls: "stun:any.turn.svc.whereby.com" }];
6360
6360
  const transport = this._mediasoupDevice[creator](transportOptions);
6361
6361
  transport.on("connect", ({ dtlsParameters }, callback) => {
6362
6362
  this._vegaConnection.message("connectTransport", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whereby.com/media",
3
3
  "description": "Media library for Whereby",
4
- "version": "1.17.8",
4
+ "version": "1.17.9",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {