-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make peerconnection private on PCTransport * revert enablesimulcast for this branch * Create moody-nails-flash.md * fix connection check * initial pcmanager tap in * WIP managed transport connection * shift more responsibilities to transport manager * leaky PC lifecycle * add subscriber methods to pcmanager * wip publisher methods on pcmanager * move primary transport handling into manager * fix e2ee reconnect behaviour * fix publisher reconnect scenarios * wip transport lifecycle * negotiation in pc manager * fix peer connection leak * cleanup * more cleanup * pass state on transport callbacks * Log syncState failure * More explicit method naming * make getConnectedAddress configurable * Rename onLocalOffer to onPublisherOffer * Send sync state also for publisher only * move syncState into engine * Create fuzzy-waves-knock.md
- Loading branch information
Showing
8 changed files
with
617 additions
and
374 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"livekit-client": patch | ||
--- | ||
|
||
Move PeerConnection logic into PCTransportManager |
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
Oops, something went wrong.