mobile CCTV,mobile surveillance,police body worn cameras

标题: MCP 公网对讲接受消息多条接受显示 [打印本页]

author: 信物    time: 2020-7-30 14:53
标题: MCP 公网对讲接受消息多条接受显示
通过swImSend(OptionsImSend) 发送给只用用户,mcp 端接受多条数据并展示,请问如何解决?
author: shirtiny    time: 2020-7-30 15:33
function sendinfomsg(data) {
       //这里是数组,只有一个data
        var msgItems = [data];
        var rc = session.swImSend({
            targetid: data.id,
            msgitems: msgItems,
            callback: sendMessageCb,
            pcallback: pcb,
            tag: data
        })
    }
   
function ConfSendWords() {
        var sendtext = document.getElementById("sendtextinfo").value;
        var userID = document.getElementById("PUID").value;
        var data = {
            id: userID,
            iType: 1,
            data: sendtext,
            nruid: "NRU_"
        };
        sendinfomsg(data);
    }

您可以用点对点发送的demo 测试一下:http://61.191.27.18:8081/demo/Point%20to%20point%20chat.html


author: abc    time: 2020-7-30 15:56
shirtiny post on2020-7-30 15:33
function sendinfomsg(data) {
       //这里是数组,只有一个data
        var msgItems = [data];

就是用这个发送的,只给一个设备发送时没问题;
比如我给5个设备同时发送数据;那么每个设备接收到5条数据;给3个同时发,每个设备接收到3条消息

author: besovideo    time: 2020-7-30 16:32
看看这个帖子:
http://bbs.besovideo.com:8067/fo ... &extra=page%3D1

author: abc    time: 2020-7-30 16:36
besovideo post on2020-7-30 16:32
看看这个帖子:
http://bbs.besovideo.com:8067/forum.php?mod=viewthread&tid=2309&extra=page%3D1

与这个问题无关吧?
author: shirtiny    time: 2020-7-30 17:33
abc post on2020-7-30 15:56
就是用这个发送的,只给一个设备发送时没问题;
比如我给5个设备同时发送数据;那么每个设备接收到5条数 ...

检查一下PUID?您的参数是什么,可以详细的说下吗?
author: abc    time: 2020-7-31 15:28
shirtiny post on2020-7-30 17:33
检查一下PUID?您的参数是什么,可以详细的说下吗?

参数就是puid;比如给111,222,333三个设备发送;就循环调用了三次swImSend,第一次给111,第二次给222,第三次给333; 此时每个设备都收到3条消息




欢迎光临 mobile CCTV,mobile surveillance,police body worn cameras (http://bbs.besovideo.com:8067/) Powered by Discuz! X3.2