Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Peer2peer - Fix setLocalDescription parsing error when forceIsac is used #87

Merged
merged 3 commits into from
May 26, 2015

Conversation

KaptenJansson
Copy link
Contributor

fixes #86

@KaptenJansson KaptenJansson changed the title Peer2peer - Fix setLocalDescription parsing error when forceIsac was used Peer2peer - Fix setLocalDescription parsing error when forceIsac is used May 26, 2015
@KaptenJansson
Copy link
Contributor Author

I know the webcomponents and vulcanize changes in this Pull request are unrelated but they needed updating due to grunt complaining because travis pulls down the latest versions and 0.5.0 of webcomponentsjs were no longer available from NPM it seems and the one it pulled down, 0.6.2 breaks the dependancies due to not matching ^0.5.0.

if (color === 'red') {
throw new Error(message);
}
console.log(message);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Why have you moved this line down? that way it will not be logged when actually throwing an error.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved it so that it does not print the message twice when errors occur. It will still be printed for non errors (i.e. color !== red)

@andresusanopinto
Copy link
Contributor

lgtm

KaptenJansson added a commit that referenced this pull request May 26, 2015
Peer2peer - Fix setLocalDescription parsing error when forceIsac is used
@KaptenJansson KaptenJansson merged commit e4af4dd into master May 26, 2015
@KaptenJansson KaptenJansson deleted the fixParseError branch May 26, 2015 13:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Uncaught Error display when Forced iSAC is used for the audio only in P2P call
3 participants