chore: Fix app
This commit is contained in:
@@ -194,6 +194,14 @@
|
||||
}
|
||||
|
||||
<div class="shrink-0 pt-3">
|
||||
@if (callErrorMessage(); as callError) {
|
||||
<p
|
||||
class="mx-auto mb-2 w-full max-w-5xl px-3 text-center text-xs text-destructive"
|
||||
data-testid="private-call-error"
|
||||
>
|
||||
{{ callError }}
|
||||
</p>
|
||||
}
|
||||
<app-private-call-controls
|
||||
class="mx-auto block w-full max-w-5xl"
|
||||
[connected]="isConnected()"
|
||||
@@ -201,6 +209,7 @@
|
||||
[deafened]="isDeafened()"
|
||||
[cameraEnabled]="isCameraEnabled()"
|
||||
[screenSharing]="isScreenSharing()"
|
||||
[showScreenShareButton]="showScreenShareButton()"
|
||||
[showSpeakerphoneButton]="showSpeakerphoneButton()"
|
||||
[speakerphoneEnabled]="speakerphoneEnabled()"
|
||||
(joinRequested)="join()"
|
||||
|
||||
Reference in New Issue
Block a user