@videosdk.live/react-sdk 0.1.79 → 0.1.81

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.
package/dist/index.js CHANGED
@@ -300,7 +300,7 @@ var MeetingConsumer = function MeetingConsumer(_ref2) {
300
300
  return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(MeetingProviderContex.Consumer, null, children));
301
301
  };
302
302
 
303
- var version = "0.1.79";
303
+ var version = "0.1.81";
304
304
 
305
305
  var MeetingProvider = function MeetingProvider(_ref) {
306
306
  var children = _ref.children,
@@ -1205,8 +1205,9 @@ var useParticipant = function useParticipant(participantId, _temp) {
1205
1205
  var remove = function remove() {
1206
1206
  participant === null || participant === void 0 ? void 0 : participant.remove();
1207
1207
  };
1208
- var captureImage = function captureImage(_ref2) {
1209
- var height = _ref2.height,
1208
+ var captureImage = function captureImage(_temp2) {
1209
+ var _ref2 = _temp2 === void 0 ? {} : _temp2,
1210
+ height = _ref2.height,
1210
1211
  width = _ref2.width;
1211
1212
  return Promise.resolve(participant === null || participant === void 0 ? void 0 : participant.captureImage({
1212
1213
  height: height,