-
Notifications
You must be signed in to change notification settings - Fork 721
Release 0.6.3 #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 0.6.3 #115
Conversation
This file contains hidden or 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
(cherry-picked from b676b60 by Joseph Frazier <joseph@onsip.com>) Conflicts: THANKS.md src/Hacks.js src/WebRTC/MediaHandler.js
(cherry-picked from 9345d0c by Joseph Frazier <joseph@onsip.com>)
This helps Firefox 33 compatibility. (a non-Promise version of 91cedb4)
This makes {log: {builtInEnabled: false}} work for userMedia-related logs. See https://groups.google.com/forum/#!msg/sip_js/85bNIhix_2A (cherry picked from commit fc1b910)
(cherry picked from commit 7f82bb8)
This addresses: https://groups.google.com/forum/#!msg/sip_js/TshLqnjmjKY/uMXb6aihu3oJ Note that RFC 6665 does not require subscriptions to last an hour, it merely allows notifiers to reject subscriptions that are shorter: http://tools.ietf.org/html/rfc6665#page-18 (cherry picked from commit b2798f4)
(cherry picked from commit 9ed72b5)
Fix the chrome hold by allowing it to fire the readySuccess() when connection state is completed, not connected (guessing this is a Chrome assignment issue?) (cherry picked from commit f3bad1b)
(cherry picked from commit ca4b462)
…l to configurable variables; credit to SD (cherry picked from commit 00166c5)
(cherry picked from commit 40291f6)
(cherry picked from commit 8975141)
see onsip#106 (comment) resolves onsip#106 (cherry picked from commit bd5d7e7)
This closes sessions when navigating away from the page/tab (cherry picked from commit 13667d5)
Adds Firefox 33 support and a handful of miscellaneous bugfixes.
Awesome work! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds Firefox 33 support and a handful of miscellaneous bugfixes.