@whereby.com/media 1.8.0 → 1.9.0

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
@@ -3238,7 +3238,6 @@ const PROTOCOL_REQUESTS = {
3238
3238
  STOP_URL_EMBED: "stop_url_embed",
3239
3239
  START_RECORDING: "start_recording",
3240
3240
  STOP_RECORDING: "stop_recording",
3241
- SFU_TOKEN: "sfu_token",
3242
3241
  };
3243
3242
  const PROTOCOL_RESPONSES = {
3244
3243
  AUDIO_ENABLED: "audio_enabled",
package/dist/index.d.cts CHANGED
@@ -1276,7 +1276,6 @@ declare const PROTOCOL_REQUESTS: {
1276
1276
  STOP_URL_EMBED: string;
1277
1277
  START_RECORDING: string;
1278
1278
  STOP_RECORDING: string;
1279
- SFU_TOKEN: string;
1280
1279
  };
1281
1280
  declare const PROTOCOL_RESPONSES: {
1282
1281
  AUDIO_ENABLED: string;
package/dist/index.d.mts CHANGED
@@ -1276,7 +1276,6 @@ declare const PROTOCOL_REQUESTS: {
1276
1276
  STOP_URL_EMBED: string;
1277
1277
  START_RECORDING: string;
1278
1278
  STOP_RECORDING: string;
1279
- SFU_TOKEN: string;
1280
1279
  };
1281
1280
  declare const PROTOCOL_RESPONSES: {
1282
1281
  AUDIO_ENABLED: string;
package/dist/index.d.ts CHANGED
@@ -1276,7 +1276,6 @@ declare const PROTOCOL_REQUESTS: {
1276
1276
  STOP_URL_EMBED: string;
1277
1277
  START_RECORDING: string;
1278
1278
  STOP_RECORDING: string;
1279
- SFU_TOKEN: string;
1280
1279
  };
1281
1280
  declare const PROTOCOL_RESPONSES: {
1282
1281
  AUDIO_ENABLED: string;
package/dist/index.mjs CHANGED
@@ -3217,7 +3217,6 @@ const PROTOCOL_REQUESTS = {
3217
3217
  STOP_URL_EMBED: "stop_url_embed",
3218
3218
  START_RECORDING: "start_recording",
3219
3219
  STOP_RECORDING: "stop_recording",
3220
- SFU_TOKEN: "sfu_token",
3221
3220
  };
3222
3221
  const PROTOCOL_RESPONSES = {
3223
3222
  AUDIO_ENABLED: "audio_enabled",
@@ -3217,7 +3217,6 @@ const PROTOCOL_REQUESTS = {
3217
3217
  STOP_URL_EMBED: "stop_url_embed",
3218
3218
  START_RECORDING: "start_recording",
3219
3219
  STOP_RECORDING: "stop_recording",
3220
- SFU_TOKEN: "sfu_token",
3221
3220
  };
3222
3221
  const PROTOCOL_RESPONSES = {
3223
3222
  AUDIO_ENABLED: "audio_enabled",
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.8.0",
4
+ "version": "1.9.0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {
@@ -52,7 +52,7 @@
52
52
  "events": "^3.3.0",
53
53
  "ip-address": "^9.0.5",
54
54
  "mediasoup-client": "3.7.12",
55
- "rtcstats": "github:whereby/rtcstats#5.4.0",
55
+ "rtcstats": "github:whereby/rtcstats#5.4.1",
56
56
  "sdp": "^3.2.0",
57
57
  "sdp-transform": "^2.14.2",
58
58
  "socket.io-client": "4.7.2",