Skip to content

Instantly share code, notes, and snippets.

@WhiteyDude
Created June 8, 2019 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WhiteyDude/98f21cc61e306ae340dcce7e691f67b1 to your computer and use it in GitHub Desktop.
Save WhiteyDude/98f21cc61e306ae340dcce7e691f67b1 to your computer and use it in GitHub Desktop.
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