Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Commit
  • Loading branch information
ekr committed Feb 1, 2012
1 parent c529c83 commit 060fa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/static/js/demo.js
Expand Up @@ -139,7 +139,7 @@ var CallingClient = function(config_, username, peer, video_, ready_cb) {
// Set video
if (video) {
video.remote.style.opacity = 1;
video.remote.src = webkitURL.createObjectURL(ev.stream);
video.remote.src = webkitURL.createObjectURL(localstream);
};
};

Expand Down

0 comments on commit 060fa5a

Please sign in to comment.