@huddle01/react
Advanced tools
Comparing version 2.1.5-dev.12 to 2.1.5-dev.13
@@ -22,3 +22,3 @@ import "../chunk-P3AULUFQ.js"; | ||
useLocalMedia | ||
} from "../chunk-UWSDD3NE.js"; | ||
} from "../chunk-OIBQWHQD.js"; | ||
import { | ||
@@ -25,0 +25,0 @@ useLocalPeer |
import * as mediasoup_client_lib_Producer from 'mediasoup-client/lib/Producer'; | ||
import * as _huddle01_web_core_types from '@huddle01/web-core/types'; | ||
import { CustomMediaDevice } from '@huddle01/web-core/types'; | ||
import { AppData } from 'mediasoup-client/lib/types'; | ||
@@ -14,2 +15,6 @@ | ||
}>; | ||
fetchStreamByGroupId: (data: { | ||
groupId: string; | ||
mediaDeviceKind: Exclude<CustomMediaDevice, "speaker">; | ||
}) => Promise<MediaStream>; | ||
replaceStream: (label: "mic" | "cam" | "speaker" | string, newStream: MediaStream) => Promise<void>; | ||
@@ -16,0 +21,0 @@ produceStream: (data: { |
import { | ||
useLocalMedia | ||
} from "../chunk-UWSDD3NE.js"; | ||
} from "../chunk-OIBQWHQD.js"; | ||
import "../chunk-AOJVKUIS.js"; | ||
@@ -5,0 +5,0 @@ export { |
@@ -22,3 +22,3 @@ import "./chunk-P3AULUFQ.js"; | ||
useLocalMedia | ||
} from "./chunk-UWSDD3NE.js"; | ||
} from "./chunk-OIBQWHQD.js"; | ||
import { | ||
@@ -25,0 +25,0 @@ useLocalPeer |
{ | ||
"name": "@huddle01/react", | ||
"version": "2.1.5-dev.12", | ||
"version": "2.1.5-dev.13", | ||
"description": "The Huddle01 React SDK offers a comprehensive suite of hooks, methods and event listeners that allow for seamless real-time audio and video communication with minimal coding required.", | ||
@@ -51,3 +51,3 @@ "type": "module", | ||
"dependencies": { | ||
"@huddle01/web-core": "2.1.5-dev.11", | ||
"@huddle01/web-core": "2.1.5-dev.12", | ||
"@tanstack/react-query": "^5.51.21", | ||
@@ -54,0 +54,0 @@ "@testing-library/react": "^16.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
486326
5805
+ Added@huddle01/web-core@2.1.5-dev.12(transitive)
- Removed@huddle01/web-core@2.1.5-dev.11(transitive)