最近の検索
最近の検索はありません

Saad Ullah
参加日2021年10月16日
·
前回のアクティビティ2023年12月27日
フォロー中
0
フォロワー
0
合計アクティビティ
4
投票
0
受信登録
2
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Saad Ullah
Saad Ullahさんが投稿を作成しました:
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
}
}
投稿日時:2021年8月03日 · Saad Ullah
0
フォロワー
3
投票
1
コメント