Recherches récentes
Pas de recherche récente

Saad Ullah
Adhésion le 16 oct. 2021
·
Dernière activité le 27 déc. 2023
Suivis
0
Abonnés
0
Activité totale
4
Votes
0
Abonnements
2
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par Saad Ullah
Saad Ullah a ajouté un commentaire,
@... @...
Do you guys resolved this? If yes can you please let me the solution what you guys did it.
Afficher le commentaire · Publication le 03 août 2021 · Saad Ullah
0
Abonnés
0
Votes
0
Commentaire
Saad Ullah a créé une publication,
Hi, (This issue is related to iOS)
The issue I am facing is that when iOS chat with ChatBot after operating hours, Dashboard doesn't send the complete chat like the image below. iOS only send the message I typed first so in the below image case iOS will show this :
13/07/2021, 11:20 pm Visitor: testing
I am using this code from the Demo app.
and this function to make sure that agent is online or not:
Chat.accountProvider?.getAccount { (result) in
switch result {
case .success(let account):
switch account.accountStatus {
case .online:
// There are agents available
self.departmentOrAgentStatus = true
default:
// No agents are available
self.departmentOrAgentStatus = false
}
case .failure(_):
// Something went wrong
self.departmentOrAgentStatus = false
}
}
Publication le 03 août 2021 · Saad Ullah
0
Abonnés
3
Votes
1
Commentaire