Bump Phaser version
This reverts commit f2c3d6f158
.
Also, updates all dependencies to their latest allowed version.
# Conflicts:
# front/package.json
# front/yarn.lock
This commit is contained in:
parent
cb1dcb5786
commit
84bd5eff50
7 changed files with 579 additions and 620 deletions
|
@ -28,7 +28,7 @@ export class VideoPeer extends Peer {
|
|||
constructor(public user: UserSimplePeerInterface, initiator: boolean, private connection: RoomConnection) {
|
||||
super({
|
||||
initiator: initiator ? initiator : false,
|
||||
reconnectTimer: 10000,
|
||||
//reconnectTimer: 10000,
|
||||
config: {
|
||||
iceServers: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue