Hiding cam details when entering a Jisti room
This commit is contained in:
parent
0df6f78e6b
commit
f70ba1411a
2 changed files with 8 additions and 0 deletions
|
@ -132,6 +132,11 @@ export class MediaManager {
|
|||
gameOverlay.classList.add('active');
|
||||
}
|
||||
|
||||
public hideGameOverlay(){
|
||||
const gameOverlay = this.getElementByIdOrFail('game-overlay');
|
||||
gameOverlay.classList.remove('active');
|
||||
}
|
||||
|
||||
private enableCamera() {
|
||||
this.cinemaClose.style.display = "none";
|
||||
this.cinemaBtn.classList.remove("disabled");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue