We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, i wanted to do a localinvitation insdie my code, but i m not able to do, it throws some not defined error inside my code,
"key : "createLocalInvitation", value : function () { var _createLocalInvitation = _asyncToGenerator( /#PURE/regeneratorRuntime.mark(function _callee5(calleeId) { return calleeId; })); function createLocalInvitation(_x5) { return _createLocalInvitation.apply(this, arguments); } return createLocalInvitation; }() }"
var localInvitation = rtm.createLocalInvitation(options.uid); console.log("localInvitation",localInvitation);
this is the sample like this code by you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi, i wanted to do a localinvitation insdie my code, but i m not able to do, it throws some not defined error inside my code,
"key : "createLocalInvitation",
value : function () {
var _createLocalInvitation = _asyncToGenerator( /#PURE/regeneratorRuntime.mark(function _callee5(calleeId) {
return calleeId;
}));
function createLocalInvitation(_x5) {
return _createLocalInvitation.apply(this, arguments);
}
return createLocalInvitation;
}()
}"
this is the sample like this code by you
The text was updated successfully, but these errors were encountered: