Skip to content

Commit

Permalink
Fix Icecomm regression
Browse files Browse the repository at this point in the history
  • Loading branch information
adambutler committed Apr 9, 2015
1 parent fab8320 commit 730b224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/layouts/main.handlebars
Expand Up @@ -41,8 +41,8 @@
comm.connect('simpleweb', {audio: true});
comm.on('connected', function(options) {
document.getElementById("remoteVideos").appendChild(options.video);
comm.on('connected', function(peer) {
document.getElementById("remoteVideos").appendChild(peer.getVideo());
});
comm.on('local', function(options) {
Expand Down

0 comments on commit 730b224

Please sign in to comment.