ciyidogan commited on
Commit
fdaf05d
·
verified ·
1 Parent(s): 9c76a9b

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
- this.conversationManager.performBargeIn();
174
- this.snackBar.open('Kesme yapıldı', 'Close', {
175
- duration: 1000
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