Spaces:
Running
Running
Update flare-ui/src/app/components/chat/chat.component.html
Browse files
flare-ui/src/app/components/chat/chat.component.html
CHANGED
@@ -48,6 +48,17 @@
|
|
48 |
<mat-icon>chat</mat-icon>
|
49 |
Start Chat
|
50 |
</button>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
</mat-card-actions>
|
52 |
</mat-card>
|
53 |
</div>
|
|
|
48 |
<mat-icon>chat</mat-icon>
|
49 |
Start Chat
|
50 |
</button>
|
51 |
+
|
52 |
+
<button
|
53 |
+
mat-raised-button
|
54 |
+
color="accent"
|
55 |
+
(click)="startRealtimeChat()"
|
56 |
+
[disabled]="!selectedProject || !sttAvailable"
|
57 |
+
class="realtime-button"
|
58 |
+
>
|
59 |
+
<mat-icon>mic</mat-icon>
|
60 |
+
Real-time Chat
|
61 |
+
</button>
|
62 |
</mat-card-actions>
|
63 |
</mat-card>
|
64 |
</div>
|