@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 +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -3
- package/dist/index.modern.js.map +1 -1
- package/dist/types/index.d.ts +4 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -297,7 +297,7 @@ var MeetingConsumer = function MeetingConsumer(_ref2) {
|
|
|
297
297
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(MeetingProviderContex.Consumer, null, children));
|
|
298
298
|
};
|
|
299
299
|
|
|
300
|
-
var version = "0.1.
|
|
300
|
+
var version = "0.1.81";
|
|
301
301
|
|
|
302
302
|
var MeetingProvider = function MeetingProvider(_ref) {
|
|
303
303
|
var children = _ref.children,
|
|
@@ -1202,8 +1202,9 @@ var useParticipant = function useParticipant(participantId, _temp) {
|
|
|
1202
1202
|
var remove = function remove() {
|
|
1203
1203
|
participant === null || participant === void 0 ? void 0 : participant.remove();
|
|
1204
1204
|
};
|
|
1205
|
-
var captureImage = function captureImage(
|
|
1206
|
-
var
|
|
1205
|
+
var captureImage = function captureImage(_temp2) {
|
|
1206
|
+
var _ref2 = _temp2 === void 0 ? {} : _temp2,
|
|
1207
|
+
height = _ref2.height,
|
|
1207
1208
|
width = _ref2.width;
|
|
1208
1209
|
return Promise.resolve(participant === null || participant === void 0 ? void 0 : participant.captureImage({
|
|
1209
1210
|
height: height,
|