Stage 245
This commit is contained in:
parent
d2632f2d8d
commit
11e4955f8b
|
@ -9,7 +9,7 @@ interface IPeerOptions{
|
|||
export default class Peer extends EventTarget
|
||||
{
|
||||
public mwse : MWSE;
|
||||
public options! : IPeerOptions;
|
||||
public options : IPeerOptions = {};
|
||||
public socketId? : string;
|
||||
public selfSocket : boolean = false;
|
||||
public active : boolean = false;
|
||||
|
|
Loading…
Reference in New Issue