Skip to content

Commit

Permalink
restore dev changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
edolix committed Oct 6, 2022
1 parent 75ec526 commit 163c419
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/beige-items-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@signalwire/js': patch
'@signalwire/webrtc': patch
---

Internal changes to keep the member_id stable across promote/demote.
5 changes: 5 additions & 0 deletions .changeset/curly-lamps-brake.md
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.
6 changes: 6 additions & 0 deletions .changeset/hip-toys-sparkle.md
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
5 changes: 5 additions & 0 deletions .changeset/honest-turtles-cheat.md
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`.
7 changes: 7 additions & 0 deletions .changeset/new-donuts-return.md
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.
6 changes: 6 additions & 0 deletions .changeset/rotten-crews-hope.md
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
5 changes: 5 additions & 0 deletions .changeset/sixty-ligers-repair.md
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`.
5 changes: 5 additions & 0 deletions .changeset/thick-donkeys-cover.md
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.
7 changes: 7 additions & 0 deletions .changeset/three-mayflies-pretend.md
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

0 comments on commit 163c419

Please sign in to comment.