Spaces:
Building
Building
Update flare-ui/src/app/components/chat/realtime-chat.component.ts
Browse files
flare-ui/src/app/components/chat/realtime-chat.component.ts
CHANGED
@@ -170,9 +170,9 @@ export class RealtimeChatComponent implements OnInit, OnDestroy, AfterViewChecke
|
|
170 |
}
|
171 |
|
172 |
performBargeIn(): void {
|
173 |
-
|
174 |
-
this.snackBar.open('
|
175 |
-
duration:
|
176 |
});
|
177 |
}
|
178 |
|
|
|
170 |
}
|
171 |
|
172 |
performBargeIn(): void {
|
173 |
+
// Barge-in özelliği devre dışı
|
174 |
+
this.snackBar.open('Barge-in özelliği şu anda devre dışı', 'Tamam', {
|
175 |
+
duration: 2000
|
176 |
});
|
177 |
}
|
178 |
|