@whereby.com/media 2.6.0 → 2.6.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/index.cjs +1 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/legacy-esm.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1186,6 +1186,7 @@ function subscribeStats(subscription, options = OPTIONS, state = STATE) {
|
|
|
1186
1186
|
|
|
1187
1187
|
const PROTOCOL_REQUESTS = {
|
|
1188
1188
|
BLOCK_CLIENT: "block_client",
|
|
1189
|
+
CANCEL_ROOM_KNOCK: "cancel_room_knock",
|
|
1189
1190
|
CLAIM_ROOM: "claim_room",
|
|
1190
1191
|
CLEAR_CHAT_HISTORY: "clear_chat_history",
|
|
1191
1192
|
ENABLE_AUDIO: "enable_audio",
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1165,6 +1165,7 @@ function subscribeStats(subscription, options = OPTIONS, state = STATE) {
|
|
|
1165
1165
|
|
|
1166
1166
|
const PROTOCOL_REQUESTS = {
|
|
1167
1167
|
BLOCK_CLIENT: "block_client",
|
|
1168
|
+
CANCEL_ROOM_KNOCK: "cancel_room_knock",
|
|
1168
1169
|
CLAIM_ROOM: "claim_room",
|
|
1169
1170
|
CLEAR_CHAT_HISTORY: "clear_chat_history",
|
|
1170
1171
|
ENABLE_AUDIO: "enable_audio",
|
package/dist/legacy-esm.js
CHANGED
|
@@ -1165,6 +1165,7 @@ function subscribeStats(subscription, options = OPTIONS, state = STATE) {
|
|
|
1165
1165
|
|
|
1166
1166
|
const PROTOCOL_REQUESTS = {
|
|
1167
1167
|
BLOCK_CLIENT: "block_client",
|
|
1168
|
+
CANCEL_ROOM_KNOCK: "cancel_room_knock",
|
|
1168
1169
|
CLAIM_ROOM: "claim_room",
|
|
1169
1170
|
CLEAR_CHAT_HISTORY: "clear_chat_history",
|
|
1170
1171
|
ENABLE_AUDIO: "enable_audio",
|