Skip to content

Commit

Permalink
videoElement.src = URL.createObjectURL(stream) just works as expected (
Browse files Browse the repository at this point in the history
…fixes cordova-rtc#1).
  • Loading branch information
ibc committed May 19, 2015
1 parent d793b16 commit e8f2335
Show file tree
Hide file tree
Showing 9 changed files with 616 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"preset": "crockford",
"validateIndentation": "\t",
"disallowKeywords": null,
"disallowKeywords": ["with"],
"disallowDanglingUnderscores": null
}
Loading

0 comments on commit e8f2335

Please sign in to comment.