Skip to content

Commit

Permalink
Merge pull request #2 from opentok/master
Browse files Browse the repository at this point in the history
Fixed a variable being declared in correctly
  • Loading branch information
bsstoner committed Jan 4, 2012
2 parents a91c623 + 20a972e commit 6b236a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/opentok.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ var SessionProperties = exports.SessionProperties = function(){
'echoSuppression.enabled' : null,
'multiplexer.numOutputStreams' : null,
'multiplexer.switchType' : null,
'multiplexer.switchTimeout' : null
'multiplexer.switchTimeout' : null,
'p2p.preference' : null
}
}

Expand Down

0 comments on commit 6b236a9

Please sign in to comment.