Skip to content

[WebRTC] Add new connection when attempting to re-establish a session that's being torn down#5480

Draft
roxanneskelly wants to merge 1 commit intorelease/2026.02from
roxie/webrtc-re-establish
Draft

[WebRTC] Add new connection when attempting to re-establish a session that's being torn down#5480
roxanneskelly wants to merge 1 commit intorelease/2026.02from
roxie/webrtc-re-establish

Conversation

@roxanneskelly
Copy link
Contributor

In WebRTC, when tearing down a session with one or more connections, we run into a case where we want to re-establish that session. We need to let the existing connections die, and add new ones to replace them.

Estate voice does this automatically, but parcel and adhoc did not. This changes it so that reviving sessions does add the appropriate connections.

…eing torn down

In WebRTC, when tearing down a session with one or more connections, we run into a case
where we want to re-establish that session.  We need to let the existing connections
die, and add new ones to replace them.

Estate voice does this automatically, but parcel and adhoc did not.
This changes it so that reviving sessions does add the appropriate connections.
@roxanneskelly roxanneskelly added bug Something isn't working webrtc labels Mar 3, 2026
@github-actions github-actions bot added the c/cpp label Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working c/cpp webrtc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants