mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-31 17:11:02 +03:00
can make relay connection now
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import './style.css';
|
||||
import { loadVp9, loadOpus } from "./codec";
|
||||
import './websock';
|
||||
|
||||
loadVp9();
|
||||
loadOpus();
|
||||
import "./client";
|
||||
|
||||
const app = document.querySelector<HTMLDivElement>('#app')!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user