Check if account is in call
static bool isAccountInCall(String accountId) { return _currentCalls[accountId] != null; }