@stream-io/video-react-sdk 1.13.0 → 1.13.1
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.es.js
CHANGED
|
@@ -182,6 +182,7 @@ const selectDevice = async (manager, preference, devices) => {
|
|
|
182
182
|
devices.find((d) => d.label === p.selectedDeviceLabel);
|
|
183
183
|
if (device) {
|
|
184
184
|
await manager.select(device.deviceId);
|
|
185
|
+
await manager[p.muted ? 'disable' : 'enable']?.();
|
|
185
186
|
return;
|
|
186
187
|
}
|
|
187
188
|
}
|
|
@@ -2668,7 +2669,7 @@ const LivestreamPlayer = (props) => {
|
|
|
2668
2669
|
return (jsx(StreamCall, { call: call, children: jsx(LivestreamLayout, { ...layoutProps }) }));
|
|
2669
2670
|
};
|
|
2670
2671
|
|
|
2671
|
-
const [major, minor, patch] = ("1.13.
|
|
2672
|
+
const [major, minor, patch] = ("1.13.1").split('.');
|
|
2672
2673
|
setSdkInfo({
|
|
2673
2674
|
type: SfuModels.SdkType.REACT,
|
|
2674
2675
|
major,
|