Merge branch 'develop' of https://github.com/havfo/multiparty-meeting into develop

This commit is contained in:
Stefan Otto
2018-04-24 11:10:30 +02:00
9 changed files with 180 additions and 359 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ class Room extends EventEmitter
protooPeer.send(
'chat-history-receive',
{ chatHistory : this._chatHistory }
{ chatHistory: this._chatHistory }
);
break;