@3dsource/angular-unreal-module 0.0.82 → 0.0.83-dev.1
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,7 +618,6 @@ 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;
|
|
622
621
|
onOffer$: Subject<RTCSessionDescriptionInit>;
|
|
623
622
|
onConfig$: Subject<ConfigMessage>;
|
|
624
623
|
onWebRtcIce$: Subject<RTCIceCandidate>;
|
|
@@ -760,7 +759,6 @@ declare class UnrealCommunicatorService {
|
|
|
760
759
|
private videoService;
|
|
761
760
|
private destroy$;
|
|
762
761
|
private cirrusConnected;
|
|
763
|
-
private dataChannelConnected;
|
|
764
762
|
constructor();
|
|
765
763
|
protected init(): void;
|
|
766
764
|
destroy(): void;
|