bugfix: createCall REST API to Teams endpoint was being blocked

This commit is contained in:
Dave Horton
2020-09-30 15:37:49 -04:00
parent 8a91333725
commit 4da1f4f89d
+1
View File
@@ -75,6 +75,7 @@ function validateTo(to) {
if (to && typeof to === 'object') {
switch (to.type) {
case 'phone':
case 'teams':
if (typeof to.number === 'string') return;
break;
case 'user':