@camstack/addon-go2rtc 0.1.13 → 0.1.15

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.d.ts DELETED
@@ -1,22 +0,0 @@
1
- export { G as Go2rtcAddon, a as Go2rtcConfig, b as Go2rtcEngine, c as Go2rtcProcessConfig } from './go2rtc.addon-CONM8rgq.js';
2
- import '@camstack/types';
3
-
4
- interface Go2rtcGeneratedConfig {
5
- api: {
6
- listen: string;
7
- };
8
- rtsp: {
9
- listen: string;
10
- };
11
- webrtc: {
12
- listen: string;
13
- };
14
- streams: Record<string, string[]>;
15
- }
16
- declare function generateGo2rtcConfig(config: {
17
- apiPort: number;
18
- rtspPort: number;
19
- webrtcPort: number;
20
- }): string;
21
-
22
- export { type Go2rtcGeneratedConfig, generateGo2rtcConfig };