Búsquedas recientes
No hay búsquedas recientes

Saad Ullah
Incorporación 16 oct 2021
·
Última actividad 27 dic 2023
Seguimientos
0
Seguidores
0
Actividad total
4
Votos
0
Suscripciones
2
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Saad Ullah
Saad Ullah hizo un comentario,
@... @...
Do you guys resolved this? If yes can you please let me the solution what you guys did it.
Ver comentario · Publicado 03 ago 2021 · Saad Ullah
0
Seguidores
0
Votos
0
Comentarios
Saad Ullah creó una publicación,
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 ago 2021 · Saad Ullah
0
Seguidores
3
Votos
1
Comentario