带对讲实时:不存在实时端点,因此我们无法连接

luc*_*rot 5 android intercom

我的使用 Intercom 的应用程序在运行时显示此警告。官方示例应用程序也是如此。

\n\n
\n
W/Intercom\xc2\xa0realtime: No realtime endpoints present so we can\'t connect\n
Run Code Online (Sandbox Code Playgroud)\n
\n\n

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

\n\n
\n\n

Intercom.setLogLevel(Intercom.LogLevel.VERBOSE);如果有帮助,这里是调用之前使用的更多日志Intercom.initialize(...);上下文:

\n\n
[Intercom] Dispatched Action: SET_LAUNCHER_VISIBILITY: VISIBLE\n[Intercom] Started observing md5asdfasdfasdfasdfasfd.MainActivity@57e44d4\n[Intercom realtime] No realtime endpoints present so we can\'t connect\n[Intercom] Dispatched Action: SESSION_STARTED: No Value\n
Run Code Online (Sandbox Code Playgroud)\n

小智 0

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