peerStore loading order caused issues. Fixed in GameScene (+ extracted a few stores in their files)
This commit is contained in:
parent
6ed8ce9af1
commit
2f282e3469
6 changed files with 57 additions and 55 deletions
|
@ -7,7 +7,6 @@ import type {Subscription} from "rxjs";
|
|||
import type {UserSimplePeerInterface} from "./SimplePeer";
|
||||
import {get, readable, Readable} from "svelte/store";
|
||||
import {obtainedMediaConstraintStore} from "../Stores/MediaStore";
|
||||
import {DivImportance} from "./LayoutManager";
|
||||
import {discussionManager} from "./DiscussionManager";
|
||||
|
||||
const Peer: SimplePeerNamespace.SimplePeer = require('simple-peer');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue