-
-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(relay): Add interface for relaying peers (#486)
* feat(relay): add relay ORTC functionality * feat(relay): keep all the logic on provider * feat(relay): add sctp transport * feat(relay): add se configuration * feat(relay): add se configuration * feat(relay): add datachannels to relaying peers * feat(sfu): add outgoing relay * feat(sfu): make relay configurable on peer join * feat(relay): fix send signal not adding meta * feat(relay): Send SR to relay peers * fix(relay): send relay sender reports only * fix(relay): send relay sender reports only * fix(relay): rename relay peer to peer * fix: Fix misc issues * feat(relay): Include codec on receive callback * fix(simulcast): Fix layer change
- Loading branch information
Showing
13 changed files
with
764 additions
and
81 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
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
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.