We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e664dff commit f7bc25fCopy full SHA for f7bc25f
index.js
@@ -251,7 +251,7 @@ module.exports = function(signalhost, opts) {
251
252
// announce ourselves to our new friend
253
announceTimer = setTimeout(function() {
254
- var data = extend({}, profile, { room: room });
+ var data = extend({ room: room }, profile);
255
256
// announce and emit the local announce event
257
signaller.announce(data);
0 commit comments