Add button to enter un visio
This commit is contained in:
parent
707931724f
commit
b49c012319
7 changed files with 91 additions and 12 deletions
|
@ -15,7 +15,6 @@ export interface GameManagerInterface {
|
|||
status : number;
|
||||
SimplePeer: SimplePeerInterface;
|
||||
createCurrentPlayer() : void;
|
||||
startWebRtc() : void;
|
||||
shareUserPosition(ListMessageUserPosition : ListMessageUserPositionInterface): void;
|
||||
}
|
||||
export class GameManager implements GameManagerInterface {
|
||||
|
@ -62,10 +61,6 @@ export class GameManager implements GameManagerInterface {
|
|||
this.status = StatusGameManagerEnum.CURRENT_USER_CREATED;
|
||||
}
|
||||
|
||||
startWebRtc() : void {
|
||||
this.SimplePeer.startWebRtc();
|
||||
}
|
||||
|
||||
/**
|
||||
* Share position in game
|
||||
* @param ListMessageUserPosition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue