当我发送新消息时,它会转到所有不同的组channel,默认情况下不应该是这样的。任何建议表示赞赏。对于消息传递部分,我必须使用数组来存储以前和新的消息并在需要时加载它。使用的语言是react.js,用于简单的网络应用程序。sendMessage(message){constdata='';constcustomType='';this.state.currentChannel.sendUserMessage(message,data,customType,(mess,error)=>{if(error){console.error(`errorsendingmessage:${erro
我正在尝试创建一个带有封面照片的群组channel,this.sendBirdInstance.GroupChannel.createChannelWithUserIds(userIds,true,this.groupName,this.groupPhotoFile,'',function(createdChannel,error){...}根据文档,我可以添加一个url或一个文件coverUrl:thefileorURLofthecoverimage,whichyoucanfetchtorenderintotheUI.但是在添加文件时,我总是得到:"SendBirdException