최근 검색
최근 검색 없음

Amrutha
가입한 날짜: 2021년 11월 12일
·
마지막 활동: 2022년 4월 21일
팔로잉
0
팔로워
0
총 활동 수
19
투표 수
0
플랜 수
5
활동 개요
배지
문서
게시물
커뮤니티 댓글
문서 댓글
활동 개요
님의 최근 활동 Amrutha
Amrutha님이 에 댓글을 입력함
zendesk zendesk- Can we have someone look into this please- Its been close to a month we have raised a problem
댓글 보기 · 2022년 4월 21일에 게시됨 · Amrutha
0
팔로워
0
투표 수
0
댓글
Amrutha님이 에 게시물을 만듦
Hi Team, we have enabled a call option in our application through zendesk however, even before we could make a call through we are receiving call failed issue. We tired to even delay the call by 2 sec yet its not working - I am attaching the build details need your help and support on the same asap.
implementation("zendesk.talk:talk-android:1.1.0")
private fun checkCallAvailability() {
Chat.INSTANCE.clearCache()
// isClick=true
//myApplication.talk = Talk.create(Zendesk.INSTANCE)
//Chat.INSTANCE.init(baseActivity, Vars.ZEN_DESK_ACCOUNT_KEY, Vars.ZEN_DESK_APP_ID)
val job = lineStatus(myApplication.talk!!, Vars.ZEN_DESK_DIGITAL_LINE_ NICK_NAME)
job.addListener(null, object : TalkJavaCompatListener<LineStatusResult>, Executor {
override fun onSuccess(@NonNull result: LineStatusResult) {
Chat.INSTANCE.clearCache()
if (result is LineStatusResult.Success) {
val success: LineStatusResult.Success = result
// Chat.INSTANCE.clearCache()
isClick=true
if (success.agentAvailable) {
myApplication.talk!!.startCallSetupFlow(
context = baseActivity,
digitalLine = Vars.ZEN_DESK_DIGITAL_LINE_NICK_NAME,
successIntent = null
)
logRequest("6")
} else {
baseActivity.showToast("Agent is Not Available ")
}
} else if (result is LineStatusResult.Failure) {
baseActivity.showToast("Zendesk Not Available at the moment.")
} else {
baseActivity.showToast("Zendesk Not Available at the moment.")
}
}
override fun onError(@NonNull throwable: Throwable) {
throwable.printStackTrace()
Log.e("test_received11", "received")
}
override fun execute(p0: Runnable?) {
Log.e("test_received22", "received")
}
})
}
2022년 3월 02일에 게시됨 · Amrutha
1
팔로워
4
투표 수
2
댓글
Amrutha님이 에 댓글을 입력함
Greg Katechis - Can this be please looked into - We are dependent on a launch based on the solution
댓글 보기 · 2021년 11월 18일에 게시됨 · Amrutha
0
팔로워
0
투표 수
0
댓글