@3dsource/angular-unreal-module 0.0.81-dev.1 → 0.0.82

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
@@ -618,6 +618,7 @@ declare class SignallingService extends SubService {
618
618
  }>;
619
619
  readonly environmentId: i0.Signal<string | null>;
620
620
  readonly streamRequestContext: i0.Signal<_3dsource_angular_unreal_module.StreamRequestContext | null>;
621
+ private dataChannelConnected;
621
622
  onOffer$: Subject<RTCSessionDescriptionInit>;
622
623
  onConfig$: Subject<ConfigMessage>;
623
624
  onWebRtcIce$: Subject<RTCIceCandidate>;
@@ -759,6 +760,7 @@ declare class UnrealCommunicatorService {
759
760
  private videoService;
760
761
  private destroy$;
761
762
  private cirrusConnected;
763
+ private dataChannelConnected;
762
764
  constructor();
763
765
  protected init(): void;
764
766
  destroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3dsource/angular-unreal-module",
3
- "version": "0.0.81-dev.1",
3
+ "version": "0.0.82",
4
4
  "description": "Angular Unreal module for connect with unreal engine stream",
5
5
  "keywords": [
6
6
  "3dsource",