TeaWeb/web/app/index.ts
WolverinDEV 6f56150e0b Changes are listed bellow:
- Fixed the control bar microphone and speaker buttons
    - Improved the default identity generation (no web worker required now)
    - Improved voice connection error handling (especially for firefox)
    - Adding a max reconnect limit for voice connection
    - Don't show the newcomer guide when directly connection to a server
    - Fixed default profile initialisation
2020-09-16 19:30:28 +02:00

15 lines
No EOL
286 B
TypeScript

import "webrtc-adapter";
import "webcrypto-liner";
import "./index.scss";
import "./FileTransfer";
import "./audio-lib";
import "./hooks/ServerConnection";
import "./hooks/ExternalModal";
import "./hooks/AudioRecorder";
import "./UnloadHandler";
export = require("tc-shared/main");