can make relay connection now

This commit is contained in:
rustdesk
2022-01-20 01:00:35 +08:00
parent 85ec94e36c
commit 28c0967690
4 changed files with 158 additions and 67 deletions

View File

@@ -1,9 +1,5 @@
import './style.css';
import { loadVp9, loadOpus } from "./codec";
import './websock';
loadVp9();
loadOpus();
import "./client";
const app = document.querySelector<HTMLDivElement>('#app')!