@3dsource/angular-unreal-module 0.0.63 → 0.0.64
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.
|
@@ -3447,6 +3447,7 @@ const unrealReducer = createReducer(initialState, on(changeLowBandwidth, (state,
|
|
|
3447
3447
|
imageIntroSrc: state.imageIntroSrc,
|
|
3448
3448
|
videoIntroSrc: state.videoIntroSrc,
|
|
3449
3449
|
imageLoadingSrc: state.imageLoadingSrc,
|
|
3450
|
+
environmentId: state.environmentId,
|
|
3450
3451
|
streamRequestContext: state.streamRequestContext,
|
|
3451
3452
|
};
|
|
3452
3453
|
}), on(dropConnection, (state) => {
|