From f80c8e7d97f6a92dea190c57e463a3ddfe40b2d1 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 21 Jan 2015 18:46:47 +0100 Subject: [PATCH] Send peer_id, not peer --- public/js/vroom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/vroom.js b/public/js/vroom.js index be9d9b7..2cb5bc6 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -955,7 +955,7 @@ function initVroom(room) { action: 'promote_peer', param: { room: roomName, - peer: id + peer_id: id } }) },