RTM icon indicating copy to clipboard operation
RTM copied to clipboard

Local invitation

Open afeeflilac opened this issue 1 year ago • 0 comments

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

afeeflilac avatar Jul 18 '23 05:07 afeeflilac