Created
June 8, 2019 16:23
-
-
Save WhiteyDude/98f21cc61e306ae340dcce7e691f67b1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
calls = require('./calls') | |
srf.invite((req, res) => { | |
return res.send(500); | |
const ms = req.app.locals.ms; | |
ms.connectCaller(req, res, next) | |
.then(({endpoint, dialog}) => { | |
console.log("Never get here") | |
}); | |
}); // End ms.ConnectCaller | |
}); // End invite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment