android - 带对讲机实时 : No realtime endpoints present so we can't connect

标签 android intercom

我的应用程序使用对讲机在运行时显示此警告。 official sample app 也是如此.

W/Intercom realtime: No realtime endpoints present so we can't connect


此警告的目的是什么,我该如何解决?

如果有帮助,这里是使用 Intercom.setLogLevel(Intercom.LogLevel.VERBOSE); 的更多日志上下文在 Intercom.initialize(...); 之前称呼:
[Intercom] Dispatched Action: SET_LAUNCHER_VISIBILITY: VISIBLE
[Intercom] Started observing md5asdfasdfasdfasdfasfd.MainActivity@57e44d4
[Intercom realtime] No realtime endpoints present so we can't connect
[Intercom] Dispatched Action: SESSION_STARTED: No Value

最佳答案

我认为这意味着当新消息到来时没有实时更新。我在Android上实现对讲聊天时遇到了这个问题。在检查日志猫时我也收到了这条消息

关于android - 带对讲机实时 : No realtime endpoints present so we can't connect,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55568737/

相关文章:

android onscroll手势检测器

intercom - 是否可以将 Intercom Messenger 放在左下角?

javascript - Linkedin API 注册按钮 - 我是初学者

node.js - 使用 Promise.all 进行异步等待和瓶颈速率限制

android - 发布/订阅 FCM 主题

android - MotionEvent.ACTION_DOWN 没有被调用,即使我为它返回 true

objective-c - 尝试通过 Cocoapods 安装 'Intercom' pod 时 Intercom.bundle 出错

android - PutExtra 然后 GetStringExtra 仍然指向 Null?

java - 如何从解析中提取对象并将其显示在列表中,而无需在 android 中使用它们的 ID?