@3dsource/angular-unreal-module 0.0.80 → 0.0.81-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
@@ -802,7 +802,7 @@ declare class VideoService extends SubService {
802
802
  videoStats$: rxjs.Observable<IAggregatedStat>;
803
803
  constructor();
804
804
  protected init(): void;
805
- setContainer(container: HTMLDivElement): void;
805
+ setContainer(container?: HTMLDivElement | null): void;
806
806
  setLatencyTimings(latencyTimings: string): void;
807
807
  setEncoder(data: any): void;
808
808
  create(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3dsource/angular-unreal-module",
3
- "version": "0.0.80",
3
+ "version": "0.0.81-dev.0",
4
4
  "description": "Angular Unreal module for connect with unreal engine stream",
5
5
  "keywords": [
6
6
  "3dsource",