@videosdk.live/react-sdk 0.1.85 → 0.1.86
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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/types/index.d.ts +14 -4
- package/package.json +2 -2
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.
|
|
303
|
+
var version = "0.1.86";
|
|
304
304
|
|
|
305
305
|
var MeetingProvider = function MeetingProvider(_ref) {
|
|
306
306
|
var children = _ref.children,
|
|
@@ -1003,6 +1003,8 @@ var MeetingProvider = function MeetingProvider(_ref) {
|
|
|
1003
1003
|
hlsState: hlsState,
|
|
1004
1004
|
hlsUrls: hlsUrls,
|
|
1005
1005
|
isMeetingJoined: isMeetingJoined,
|
|
1006
|
+
selectedCameraDevice: meeting === null || meeting === void 0 ? void 0 : meeting.selectedCameraDevice,
|
|
1007
|
+
selectedMicrophoneDevice: meeting === null || meeting === void 0 ? void 0 : meeting.selectedMicrophoneDevice,
|
|
1006
1008
|
join: join,
|
|
1007
1009
|
leave: leave,
|
|
1008
1010
|
end: end,
|