Skip to content
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

fix TypeMismatchError in Chrome Stable #52

Merged
merged 1 commit into from
Nov 4, 2013
Merged

Conversation

maeldur
Copy link
Contributor

@maeldur maeldur commented Oct 29, 2013

fixes TypeMismatchError: The type of an object was incompatible with the
expected type of the parameter associated to the object. when turnServer
is empty.

Reproduces in Chrome Stable:

new webkitRTCPeerConnection({iceServers: [{url: 'stun:stun.l.google.com:19302'}, {credential: "", username: "", url: ""}]}, {optional: [{DtlsSrtpKeyAgreement: true}]}); will fail with the error.

fixes TypeMismatchError: The type of an object was incompatible with the
expected type of the parameter associated to the object. when turnServer
is empty.
@ghost ghost assigned jcague Oct 30, 2013
jcague added a commit that referenced this pull request Nov 4, 2013
fix TypeMismatchError in Chrome Stable
@jcague jcague merged commit 6ad82e5 into lynckia:master Nov 4, 2013
@majieqin majieqin mentioned this pull request Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants