@ai-vyumi/livecall 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -185,12 +185,11 @@ class CallService {
185
185
  const response = yield (0, route_1.postUserInfo)(payload);
186
186
  if (response.valid) {
187
187
  const user = (_a = response.data) === null || _a === void 0 ? void 0 : _a.user;
188
- payload.uuid, user === null || user === void 0 ? void 0 : user.uuid;
189
- payload.mobileNumber, user.mobile_no;
190
- payload.userName, user.name;
191
- payload.ext, user === null || user === void 0 ? void 0 : user.country_code;
192
- const scheduleCall = yield (0, route_1.postScheduleCall)(payload);
193
- return scheduleCall;
188
+ payload.uuid = user === null || user === void 0 ? void 0 : user.uuid;
189
+ payload.mobileNumber = user === null || user === void 0 ? void 0 : user.mobile_no;
190
+ payload.userName = user === null || user === void 0 ? void 0 : user.name;
191
+ payload.ext = user === null || user === void 0 ? void 0 : user.country_code;
192
+ return yield (0, route_1.postScheduleCall)(payload);
194
193
  }
195
194
  });
196
195
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-vyumi/livecall",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Video call client for React Native",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",