-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(SDP) Convert SDP->Jingle directly w/o sdp-interop layer.
* ref(SDPDiffer) Convert to ES6 class. Make it work directly with unified plan SDP that has multiple m-lines and add more unit tests. * ref(xmpp) translate unified-plan SDP->Jingle directly. Without having to run it through the SDPInterop.toPlanB cycle. * ref(SDP) Always generate the MSID for signaling it to Jicofo. * fix(SDPDiffer) Check explicitly for ssrc changes * fix(SDP): Fix comments and cleanup. Remove LOCAL_TRACK_SSRC_UPDATED event as the application ignores the event and no additional action needs to be taken when that event is fired. * ref(SDP) Add a helper function for parsing the 'a=ssrc-group' line. * squash: Address review comments
- Loading branch information
1 parent
a72936d
commit a7476b1
Showing
14 changed files
with
1,706 additions
and
629 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.