Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <[email protected]>
  • Loading branch information
SimonBrandner committed Jul 25, 2021
1 parent 456800a commit be28f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CallHandler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ export default class CallHandler extends EventEmitter {
this.play(AudioID.Busy);
let title;
let description;
// We should either do away with these or figure out a copy for each code (expect user_hangup...)
if (call.hangupReason === CallErrorCode.UserBusy) {
title = _t("User Busy");
description = _t("The user you called is busy.");
Expand Down

0 comments on commit be28f4e

Please sign in to comment.