Command received no ack.
调用sendUserMessage
函数后出现错误。有人知道可能的原因吗?
问问题
634 次
1 回答
0
您可以查看以下解决方案,该解决方案说这与方法 markAsRead https://community.sendbird.com/t/sendbirdexception-command-received-no-ack/1925/9有关 这是我针对此问题的解决方案
this.markAsRead = function () {
chatGroupChannel.markAsRead(this.markAsReadCallBack);
};
this.markAsReadCallBack = function(){
console.log('markAsReadCallBack exectuted');
};
于 2021-12-09T13:08:45.610 回答