@3dsource/angular-unreal-module 0.0.76 → 0.0.77-dev.0
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/index.d.ts
CHANGED
|
@@ -87,6 +87,9 @@ declare class UnrealSceneComponent implements AfterViewInit {
|
|
|
87
87
|
private width;
|
|
88
88
|
private height;
|
|
89
89
|
private store;
|
|
90
|
+
private streamStatusTelemetryService;
|
|
91
|
+
private aggregatorService;
|
|
92
|
+
private inputService;
|
|
90
93
|
readonly isDevMode: boolean;
|
|
91
94
|
readonly lightMode: i0.Signal<boolean>;
|
|
92
95
|
private isFreezeFrameLoading;
|
|
@@ -752,6 +755,8 @@ declare class UnrealCommunicatorService {
|
|
|
752
755
|
private webRtcPlayerService;
|
|
753
756
|
private videoService;
|
|
754
757
|
private destroy$;
|
|
758
|
+
private afkService;
|
|
759
|
+
private consoleExtensionsService;
|
|
755
760
|
private cirrusConnected;
|
|
756
761
|
constructor();
|
|
757
762
|
protected init(): void;
|
|
@@ -1290,17 +1295,10 @@ declare class UnrealEffects {
|
|
|
1290
1295
|
private unrealInitialConfig;
|
|
1291
1296
|
private webRtcPlayerService;
|
|
1292
1297
|
private commandsSender;
|
|
1293
|
-
private freezeFrame;
|
|
1294
|
-
private inputService;
|
|
1295
1298
|
private signallingService;
|
|
1296
1299
|
private videoService;
|
|
1297
|
-
private afkService;
|
|
1298
|
-
private consoleExtensions;
|
|
1299
|
-
private streamStatusTelemetryService;
|
|
1300
|
-
private aggregatorService;
|
|
1301
1300
|
private dataChannelConnectionTimeout;
|
|
1302
1301
|
private connectionCompleted$;
|
|
1303
|
-
constructor();
|
|
1304
1302
|
disconnectReasonHandling$: rxjs.Observable<{
|
|
1305
1303
|
reason: _3dsource_angular_unreal_module.DisconnectReasonType;
|
|
1306
1304
|
} & _ngrx_store.Action<string>> & _ngrx_effects.CreateEffectMetadata;
|