Fixed race condition on socket acknowledge callback. Fixed naming on socket methods. Added error handling on socket messages.

This commit is contained in:
Håvar Aambø Fosstveit
2019-10-28 11:45:37 +01:00
parent bb8cf02c23
commit c81b377723
7 changed files with 438 additions and 414 deletions
+1
View File
@@ -23,6 +23,7 @@ module.exports =
},*/
// session cookie secret
cookieSecret : 'T0P-S3cR3t_cook!e',
cookieName : 'multiparty-meeting.sid',
tls :
{
cert : `${__dirname}/../certs/mediasoup-demo.localhost.cert.pem`,