Beta to stable #5

Merged
saqut merged 37 commits from beta into stable 2022-12-25 23:24:56 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 11e4955f8b - Show all commits

View File

@ -9,7 +9,7 @@ interface IPeerOptions{
export default class Peer extends EventTarget export default class Peer extends EventTarget
{ {
public mwse : MWSE; public mwse : MWSE;
public options! : IPeerOptions; public options : IPeerOptions = {};
public socketId? : string; public socketId? : string;
public selfSocket : boolean = false; public selfSocket : boolean = false;
public active : boolean = false; public active : boolean = false;