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
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