Add comment

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-25 11:05:26 +02:00
parent 456800af21
commit 8c635884d9
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
1 changed files with 1 additions and 0 deletions

View File

@ -498,6 +498,7 @@ export default class CallHandler extends EventEmitter {
this.play(AudioID.Busy); this.play(AudioID.Busy);
let title; let title;
let description; let description;
// TODO: We should either do away with these or figure out a copy for each code (expect user_hangup...)
if (call.hangupReason === CallErrorCode.UserBusy) { if (call.hangupReason === CallErrorCode.UserBusy) {
title = _t("User Busy"); title = _t("User Busy");
description = _t("The user you called is busy."); description = _t("The user you called is busy.");