Pesquisas recentes
Sem pesquisas recentes

Saad Ullah
Entrou em 16 de out. de 2021
·
Última atividade em 27 de dez. de 2023
Seguindo
0
Seguidores
0
Atividade total
4
Votos
0
Assinaturas
2
VISÃO GERAL DA ATIVIDADE
MEDALHAS
ARTIGOS
PUBLICAÇÕES
COMENTÁRIOS NA COMUNIDADE
COMENTÁRIOS EM ARTIGOS
VISÃO GERAL DA ATIVIDADE
Atividade mais recente por Saad Ullah
Saad Ullah comentou,
@... @...
Do you guys resolved this? If yes can you please let me the solution what you guys did it.
Exibir comentário · Publicado 03 de ago. de 2021 · Saad Ullah
0
Seguidores
0
Votos
0
Comentários
Saad Ullah criou uma publicação,
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
}
}
Publicado 03 de ago. de 2021 · Saad Ullah
0
Seguidores
3
Votos
1
Comentário