@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 +0 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +0 -1
- package/dist/legacy-esm.js +0 -1
- package/package.json +2 -2
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
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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",
|
package/dist/legacy-esm.js
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",
|
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.
|
|
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.
|
|
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",
|