Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CF SDK - Implicit reattach #1110

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
6 changes: 6 additions & 0 deletions .changeset/poor-months-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@signalwire/webrtc': minor
'@signalwire/js': minor
---

CF SDK - Implicit call reattach
3 changes: 3 additions & 0 deletions internal/e2e-js/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ const reattachTests = [
]
const callfabricTests = [
'address.spec.ts',
'buildVideoElement.spec.ts',
'conversation.spec.ts',
'reattachWithRoom.spec.ts',
'reattachWithSWML.spec.ts',
'relayApp.spec.ts',
'swml.spec.ts',
'videoRoom.spec.ts',
Expand Down
183 changes: 0 additions & 183 deletions internal/e2e-js/tests/callfabric/reattach.spec.ts

This file was deleted.

Loading
Loading