Change validateAuthToken key generator
This commit is contained in:
parent
b70ee28a31
commit
70f39ee758
@ -13,7 +13,7 @@ class PendingAuthentitcations {
|
||||
authToken = authToken.replace(/ /g, '');
|
||||
|
||||
// Space separated key
|
||||
return '${meetingId} ${userId} ${authToken}';
|
||||
return `${meetingId} ${userId} ${authToken}`;
|
||||
}
|
||||
|
||||
add (meetingId, userId, authToken, methodInvocationObject) {
|
||||
|
Loading…
Reference in New Issue
Block a user