@3dsource/angular-unreal-module 0.0.62 → 0.0.63
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
|
@@ -781,6 +781,7 @@ declare class VideoService extends SubService {
|
|
|
781
781
|
attachVideoStream(stream: MediaStream, pcClient: RTCPeerConnection): void;
|
|
782
782
|
attachAudioStream(stream: MediaStream): void;
|
|
783
783
|
play(): void;
|
|
784
|
+
safePlay(video: HTMLVideoElement | null): Promise<void>;
|
|
784
785
|
private getStats;
|
|
785
786
|
private generateAggregatedStatsFunction;
|
|
786
787
|
private onAggregatedStats;
|
|
@@ -834,7 +835,7 @@ declare class AfkPlaywrightService extends AFKService {
|
|
|
834
835
|
|
|
835
836
|
declare class SignallingPlaywrightService extends SignallingService {
|
|
836
837
|
constructor();
|
|
837
|
-
connectToSignaling(
|
|
838
|
+
connectToSignaling(): rxjs.Observable<never>;
|
|
838
839
|
static ɵfac: i0.ɵɵFactoryDeclaration<SignallingPlaywrightService, never>;
|
|
839
840
|
static ɵprov: i0.ɵɵInjectableDeclaration<SignallingPlaywrightService>;
|
|
840
841
|
}
|