camstreamerlib 4.0.0-beta.129 → 4.0.0-beta.130
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/cjs/CamStreamerAPI.d.ts +6 -18
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.d.ts +156 -216
- package/cjs/types/CamStreamerAPI/CamStreamerAPI.js +6 -6
- package/cjs/types/CamStreamerAPI/streamsSchema.d.ts +12 -470
- package/cjs/types/CamStreamerAPI/streamsSchema.js +7 -11
- package/esm/types/CamStreamerAPI/CamStreamerAPI.js +5 -5
- package/esm/types/CamStreamerAPI/streamsSchema.js +6 -10
- package/package.json +1 -1
- package/types/CamStreamerAPI.d.ts +6 -18
- package/types/types/CamStreamerAPI/CamStreamerAPI.d.ts +156 -216
- package/types/types/CamStreamerAPI/streamsSchema.d.ts +12 -470
package/cjs/CamStreamerAPI.d.ts
CHANGED
|
@@ -336,7 +336,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
336
336
|
forceStereo: boolean;
|
|
337
337
|
avSyncMsec: number;
|
|
338
338
|
};
|
|
339
|
-
platform: "
|
|
339
|
+
platform: "da_cast";
|
|
340
340
|
} | {
|
|
341
341
|
status: {
|
|
342
342
|
led: boolean;
|
|
@@ -412,7 +412,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
412
412
|
forceStereo: boolean;
|
|
413
413
|
avSyncMsec: number;
|
|
414
414
|
};
|
|
415
|
-
platform: "
|
|
415
|
+
platform: "dailymotion";
|
|
416
416
|
} | {
|
|
417
417
|
status: {
|
|
418
418
|
led: boolean;
|
|
@@ -488,7 +488,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
488
488
|
forceStereo: boolean;
|
|
489
489
|
avSyncMsec: number;
|
|
490
490
|
};
|
|
491
|
-
platform: "
|
|
491
|
+
platform: "facebook_rtmp";
|
|
492
492
|
} | {
|
|
493
493
|
status: {
|
|
494
494
|
led: boolean;
|
|
@@ -565,8 +565,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
565
565
|
avSyncMsec: number;
|
|
566
566
|
};
|
|
567
567
|
platform: "game_changer";
|
|
568
|
-
streamKey: string;
|
|
569
|
-
streamIdentifier?: string | undefined;
|
|
570
568
|
} | {
|
|
571
569
|
status: {
|
|
572
570
|
led: boolean;
|
|
@@ -1099,8 +1097,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1099
1097
|
avSyncMsec: number;
|
|
1100
1098
|
};
|
|
1101
1099
|
platform: "rtmp";
|
|
1102
|
-
streamKey: string;
|
|
1103
|
-
streamIdentifier?: string | undefined;
|
|
1104
1100
|
} | {
|
|
1105
1101
|
status: {
|
|
1106
1102
|
led: boolean;
|
|
@@ -1557,8 +1553,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1557
1553
|
avSyncMsec: number;
|
|
1558
1554
|
};
|
|
1559
1555
|
platform: "youtube_rtmp";
|
|
1560
|
-
streamKey: string;
|
|
1561
|
-
streamIdentifier?: string | undefined;
|
|
1562
1556
|
})[]>;
|
|
1563
1557
|
setStreamList(streamList: TStreamList['streamList'], options?: THttpRequestOptions): Promise<void>;
|
|
1564
1558
|
getStream(streamId: string, options?: THttpRequestOptions): Promise<{
|
|
@@ -1885,7 +1879,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1885
1879
|
forceStereo: boolean;
|
|
1886
1880
|
avSyncMsec: number;
|
|
1887
1881
|
};
|
|
1888
|
-
platform: "
|
|
1882
|
+
platform: "da_cast";
|
|
1889
1883
|
} | {
|
|
1890
1884
|
status: {
|
|
1891
1885
|
led: boolean;
|
|
@@ -1961,7 +1955,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
1961
1955
|
forceStereo: boolean;
|
|
1962
1956
|
avSyncMsec: number;
|
|
1963
1957
|
};
|
|
1964
|
-
platform: "
|
|
1958
|
+
platform: "dailymotion";
|
|
1965
1959
|
} | {
|
|
1966
1960
|
status: {
|
|
1967
1961
|
led: boolean;
|
|
@@ -2037,7 +2031,7 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2037
2031
|
forceStereo: boolean;
|
|
2038
2032
|
avSyncMsec: number;
|
|
2039
2033
|
};
|
|
2040
|
-
platform: "
|
|
2034
|
+
platform: "facebook_rtmp";
|
|
2041
2035
|
} | {
|
|
2042
2036
|
status: {
|
|
2043
2037
|
led: boolean;
|
|
@@ -2114,8 +2108,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2114
2108
|
avSyncMsec: number;
|
|
2115
2109
|
};
|
|
2116
2110
|
platform: "game_changer";
|
|
2117
|
-
streamKey: string;
|
|
2118
|
-
streamIdentifier?: string | undefined;
|
|
2119
2111
|
} | {
|
|
2120
2112
|
status: {
|
|
2121
2113
|
led: boolean;
|
|
@@ -2648,8 +2640,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
2648
2640
|
avSyncMsec: number;
|
|
2649
2641
|
};
|
|
2650
2642
|
platform: "rtmp";
|
|
2651
|
-
streamKey: string;
|
|
2652
|
-
streamIdentifier?: string | undefined;
|
|
2653
2643
|
} | {
|
|
2654
2644
|
status: {
|
|
2655
2645
|
led: boolean;
|
|
@@ -3106,8 +3096,6 @@ export declare class CamStreamerAPI<Client extends IClient<TResponse, any>> exte
|
|
|
3106
3096
|
avSyncMsec: number;
|
|
3107
3097
|
};
|
|
3108
3098
|
platform: "youtube_rtmp";
|
|
3109
|
-
streamKey: string;
|
|
3110
|
-
streamIdentifier?: string | undefined;
|
|
3111
3099
|
}>;
|
|
3112
3100
|
setStream(streamId: string, streamData: TStream, options?: THttpRequestOptions): Promise<void>;
|
|
3113
3101
|
getStreamNetworkStatistics(streamId: string, options?: THttpRequestOptions): Promise<{
|