与主干版本同步

This commit is contained in:
ChenX
2023-05-08 10:53:13 +08:00
parent 8e481e821c
commit ee08cb516b
1748 changed files with 15504 additions and 13758 deletions

View File

@@ -0,0 +1,11 @@
export declare class WebRtcRenderer {
private ws;
webRtcPlayerObj: any;
canUse: boolean;
constructor();
private Connect;
OnLinkEvent(isLink: boolean): void;
StartRenderer(): Promise<void>;
EndRenderer(): void;
}
//# sourceMappingURL=WebRtcRenderer.d.ts.map