Ricerche recenti
Nessuna ricerca recente

Saad Ullah
Data ingresso 16 ott 2021
·
Ultima attività 27 dic 2023
Seguiti
0
Follower
0
Attività totali
4
Voti
0
Abbonamenti
2
PANORAMICA ATTIVITÀ
BADGE
ARTICOLI
POST
COMMENTI NELLA COMMUNITY
COMMENTI AGLI ARTICOLI
PANORAMICA ATTIVITÀ
Ultima attività di Saad Ullah
Saad Ullah ha commentato,
@... @...
Do you guys resolved this? If yes can you please let me the solution what you guys did it.
Visualizza commento · Data ultimo post: 03 ago 2021 · Saad Ullah
0
Follower
0
Voti
0
Commenti
Saad Ullah ha creato un post,
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
}
}
Data ultimo post: 03 ago 2021 · Saad Ullah
0
Follower
3
Voti
1
Commento