Fix linting errors, export mediasoup server

This commit is contained in:
Torjus
2018-07-23 12:22:14 +02:00
parent f44bde4ef4
commit 313ce81685
5 changed files with 41 additions and 26 deletions
+3 -3
View File
@@ -233,8 +233,8 @@ class Room extends EventEmitter
accept();
this._protooRoom.spread('profile-picture-changed', {
peerName: protooPeer.id,
picture: request.data.picture
peerName : protooPeer.id,
picture : request.data.picture
}, [ protooPeer ]);
break;
@@ -284,7 +284,7 @@ class Room extends EventEmitter
this._protooRoom.spread(
'raisehand-message',
{
peerName : protooPeer.id,
peerName : protooPeer.id,
raiseHandState : raiseHandState
},
[ protooPeer ]);