perfectnogation #20
|
@ -7,7 +7,7 @@ addListener('disconnect',(global, xclient)=>{
|
||||||
{
|
{
|
||||||
client?.send([
|
client?.send([
|
||||||
{
|
{
|
||||||
id: clientid
|
id: xclient.id
|
||||||
},
|
},
|
||||||
"peer/disconnect"
|
"peer/disconnect"
|
||||||
])
|
])
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import "webrtc-adapter";
|
|
||||||
import WebRTC from "./WebRTC";
|
import WebRTC from "./WebRTC";
|
||||||
import Peer from "./Peer";
|
import Peer from "./Peer";
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import P2PFileSender from "./P2PFileSender";
|
import P2PFileSender from "./P2PFileSender";
|
||||||
import Peer from "./Peer";
|
import Peer from "./Peer";
|
||||||
import "webrtc-adapter";
|
|
||||||
interface TransferStreamInfo
|
interface TransferStreamInfo
|
||||||
{
|
{
|
||||||
senders : RTCRtpSender[];
|
senders : RTCRtpSender[];
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Mikro WebSocket Engine",
|
"description": "Mikro WebSocket Engine",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "parcel watch --no-hmr",
|
"compile": "parcel watch --no-hmr",
|
||||||
"build": "parcel build"
|
"build": "parcel build --no-optimize"
|
||||||
},
|
},
|
||||||
"source": "./frontend/index.ts",
|
"source": "./frontend/index.ts",
|
||||||
"targets": {
|
"targets": {
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="index.js?v=42"></script>
|
<script src="./index.js?v=42"></script>
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
1417
script/index.js
1417
script/index.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue