-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implements Fast Reconnection flow. This should significantly speed up the call drop recovery caused by a network switch. ### Implementation notes In case the WebSocket connection interrupts (due to a network switch WiFi -> 5G, or anything else), we'll attempt to re-establish a connection to the existing SFU by reusing the existing credentials and configuration. When this fails, we will attempt a Full Reconnect, and involve the Coordinator in the picture, as we do it today. ### Notes This PR is a rebase of #1212 against `main`.
- Loading branch information
Showing
6 changed files
with
239 additions
and
131 deletions.
There are no files selected for viewing
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
Oops, something went wrong.