Recent searches
No recent searches

Saad Ullah
Joined Oct 16, 2021
·
Last activity Dec 27, 2023
Following
0
Followers
0
Total activity
4
Votes
0
Subscriptions
2
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Saad Ullah
Saad Ullah commented,
@... @...
Do you guys resolved this? If yes can you please let me the solution what you guys did it.
View comment · Posted Aug 03, 2021 · Saad Ullah
0
Followers
0
Votes
0
Comments
Saad Ullah created a 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
}
}
Posted Aug 03, 2021 · Saad Ullah
0
Followers
3
Votes
1
Comment