gpt4 book ai didi

node.js - 如何在 Quickblox 聊天应用程序中显示用户状态(在线/离线)

转载 作者:太空宇宙 更新时间:2023-11-04 01:22:35 25 4
gpt4 key购买 nike

我们将 Quickblox 聊天应用程序集成到我们的项目中。我们在后端使用 Node Js,在前端使用 Angular 7。我们已经实现了私有(private)聊天和群聊。

现在,当我们要显示对手用户状态时遇到了问题。它是在线或离线的。

Quickblox 文档中没有明确提及。请帮忙。

最佳答案

this 中介绍了管理在线状态QuickBlox 文档部分。

要接收用户状态(在线/离线),请使用以下回调:

/*
Returns:
* (Integer) userId - The sender ID
* (String) type - If user leave the chat, type will be 'unavailable'
*/

QB.chat.onContactListListener = function(userId, type) {
// callback function
};

关于node.js - 如何在 Quickblox 聊天应用程序中显示用户状态(在线/离线),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58730834/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com