-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* review changesets * add commit to summary to help changeset * consume changesets * gen versions * restore dev changesets
- Loading branch information
Edoardo Gallo
authored
Oct 6, 2022
1 parent
021d9b8
commit bc56cc4
Showing
34 changed files
with
133 additions
and
74 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@signalwire/core': patch | ||
--- | ||
|
||
Remove `permissions` from the valid arguments of the `demote()` method on RoomSession. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@signalwire/core': patch | ||
'@signalwire/realtime-api': patch | ||
--- | ||
|
||
[internal] add `addContexts` and `removeContexts` methods |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@signalwire/core': patch | ||
--- | ||
|
||
Add optional arguments on `promote` to pass meta, joinAudioMuted and joinVideoMuted. Add optional `meta` argument for `demote`. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@signalwire/core': minor | ||
'@signalwire/js': minor | ||
'@signalwire/realtime-api': minor | ||
--- | ||
|
||
Add `promote`/`demote` methods to RoomSession. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@signalwire/core': patch | ||
'@signalwire/webrtc': patch | ||
--- | ||
|
||
[internal] add worker to handle promoted/demoted events and trigger the proper renegotiation |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@signalwire/core': patch | ||
--- | ||
|
||
Remove `meta` from the allowed parameters of `demote`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@signalwire/webrtc': patch | ||
--- | ||
|
||
Fix check for media to enable on promotion process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@signalwire/core': patch | ||
'@signalwire/js': patch | ||
'@signalwire/realtime-api': patch | ||
--- | ||
|
||
Expose the `room.audience_count` event on the RoomSession |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "Shared code for the SignalWire JS SDK", | ||
"author": "SignalWire Team <[email protected]>", | ||
"license": "MIT", | ||
"version": "3.12.0", | ||
"version": "3.12.1", | ||
"main": "dist/index.node.js", | ||
"module": "dist/index.esm.js", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "SignalWire JS SDK", | ||
"author": "SignalWire Team <[email protected]>", | ||
"license": "MIT", | ||
"version": "3.15.0", | ||
"version": "3.16.0", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"unpkg": "dist/index.umd.js", | ||
|
@@ -43,8 +43,8 @@ | |
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@signalwire/core": "3.12.0", | ||
"@signalwire/webrtc": "3.5.7", | ||
"@signalwire/core": "3.12.1", | ||
"@signalwire/webrtc": "3.5.8", | ||
"jwt-decode": "^3.1.2" | ||
}, | ||
"types": "dist/js/src/index.d.ts" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "SignalWire RealTime SDK for Node.js", | ||
"author": "SignalWire Team <[email protected]>", | ||
"license": "MIT", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"main": "dist/index.node.js", | ||
"exports": { | ||
"require": "./dist/index.node.js", | ||
|
@@ -41,7 +41,7 @@ | |
"docs:watch": "npm run docs -- --watch" | ||
}, | ||
"dependencies": { | ||
"@signalwire/core": "3.12.0", | ||
"@signalwire/core": "3.12.1", | ||
"ws": "^8.5.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "SignalWire WebRTC library", | ||
"author": "SignalWire Team <[email protected]>", | ||
"license": "MIT", | ||
"version": "3.5.7", | ||
"version": "3.5.8", | ||
"main": "dist/cjs/webrtc/src/index.js", | ||
"module": "dist/mjs/webrtc/src/index.js", | ||
"files": [ | ||
|
@@ -39,7 +39,7 @@ | |
"docs:watch": "npm run docs -- --watch" | ||
}, | ||
"dependencies": { | ||
"@signalwire/core": "3.12.0" | ||
"@signalwire/core": "3.12.1" | ||
}, | ||
"types": "dist/cjs/webrtc/src/index.d.ts" | ||
} |