diff --git a/tracker/tracker-assist/src/CallWindow.ts b/tracker/tracker-assist/src/CallWindow.ts index a85db20e5..c892681a4 100644 --- a/tracker/tracker-assist/src/CallWindow.ts +++ b/tracker/tracker-assist/src/CallWindow.ts @@ -281,9 +281,7 @@ export default class CallWindow { } public showRemoteOnly() { - if (this.controlsContainer) { - this.controlsContainer.style.display = 'none' - } + this.hideControls() this.showRemoteControl() }