Skip to content

Commit

Permalink
Fix Spine to use different rooms (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague authored Aug 30, 2017
1 parent d940617 commit 179984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine/simpleNativeConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ exports.ErizoSimpleNativeConnection = (spec, callback, error) => {

const url = nodeUrl.format(theUrl);
log.info('Url to createToken', url);
const body = { username: userName, role };
const body = { username: userName, role, room };

req.onreadystatechange = () => {
if (req.readyState === 4) {
Expand Down

0 comments on commit 179984f

Please sign in to comment.