@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;
|