web 端往手机发起音视频,手机上立即显示未接通,没有拉起接听提示

李飞 2天前 76

试用专业版 IM web-sdk。用的野火自带的测试 static ICE_SERVERS = [["turn:turn.wildfirechat.net:3478", "wfchat", "wfchat123"]];服务。mac 电脑上接听手机端来电的时候有按钮,发送的时候弹窗上没有按钮,只显示一个黑块,手机上只有未接通的提示。

最新回复 (17)
  • x86 2天前
    引用 2
    先测试web 对web,手机对手机正常吗?
  • 李飞 2天前
    引用 3
    手机对手机正常,手机对web能通,web 对 web 有弹窗没按钮黑屏
  • x86 2天前
    引用 4
    改过什么吗?

    你什么都不改,直接跑 demo,连我们服务测试下呢
  • 李飞 2天前
    引用 5
    我们也只是登录用了我们自己部署的 AppServe,连了我们部署的专业版的 IM 服务,因为web 依赖专业版的服务,是使用的 sdk
  • 李飞 2天前
    引用 6
    如果只换 websdk,服务连你们的服务,这样能用么?websdk 有没有绑定我们的服务域名?
  • x86 2天前
    引用 7
    web sdk是绑定域名的,要什么都不改,才能连到官方服务
  • 李飞 2天前
    引用 8
    我现在用重新下载源码,换掉 sdk,还成我们的 appserver 和 im 服务,别的都没改,我本地往本机发没有问题。发不成 https 后用两台电脑测试,提示The operation is not supported.
  • 李飞 2天前
    引用 9
    报错的是 mac 端,对方能接听后,还是提示等待接听中。windows 往 mac 发送没有报错,但是已经接听了,还是显示等待接听中
  • HeavyRain 2天前
    引用 10
    web部署在https站点了吗,因为webrtc只能支持在https上,如果是http就只能本机
  • 李飞 2天前
    引用 11
    我从原始代码开始排除,turn 服务器我们部署的没有问题,一换成我们的 appServer,就接听不到,换 appserver 必须更换试用的 sdk,不知道是 appserver 出问题了还是 imserver 出问题了
     。
  • 李飞 2天前
    引用 12
    appserver 服务 和 换成使用 试用sdk 就不接听不了
  • 李飞 2天前
    引用 13
    web 服务都部署在 https 上测的
  • x86 2天前
    引用 14
    你看下 web 端控制台日志

    和 app-server 及 web SDK 没关系呀
  • 李飞 2天前
    引用 15
    这是一个从登录到发起音频到挂断的完整日志,麻烦帮我看一下哦,我实在看不出哪里影响通信。clientId a59d2987-08b7-484c-91a3-9ab1376ef306
    app.232205b5.js:1 connect WFCWebSDKVersion-2025-09-18-90-5b12425 im.rokedata.com f1efd29086714069b650edc0e9d49b38 FCqDy2rWqUBrlGlqu4XzZox8dST8niZHIKPQdSGct82oC49XnQgje0Otoj3LVvWXptJUXzRYufYP3rMl5CSVughEEWXE8FMT8o1R/wVfetNhw9kzc6zbeVG84FztRYao8QktoDzSjr7R9aRPA7Qhnuy+BoQMu1QjxIfalHJ9N/Z2VANxpBgcK3Dmw90euxYL8LdtiS4HElF3//IN2eB9DQ==
    app.232205b5.js:1 connection status changed 0
    app.232205b5.js:1 emitToVoip connectionStatus 0
    app.232205b5.js:1 store ConnectionStatusChanged 0
    app.232205b5.js:1 clientId a59d2987-08b7-484c-91a3-9ab1376ef306
    app.232205b5.js:1 https route
    app.232205b5.js:1 route url https://im.rokedata.com/route
    app.232205b5.js:1 route res im.rokedata.com 8084 8084
    app.232205b5.js:1 connect url im.rokedata.com 8084
    app.232205b5.js:1 wss mqtts
    app.232205b5.js:1 connect/route error 0 1761900329131
    app.232205b5.js:1 connect ack e {msgHead: n, friendHead: n, friendRqHead: n, settingHead: n, serverTime: n, …} n {low: 0, high: 0, unsigned: false}
    app.232205b5.js:1 _pullFriendRequest n {low: 879949461, high: 410, unsigned: false}
    app.232205b5.js:1 to pull user messages n {low: -1853882239, high: 120685707, unsigned: false} 0 true
    app.232205b5.js:1 pull user messages, type: 0, head: 518341167100723329, msgHead: 0, chatroomMsgHead: 0
    app.232205b5.js:1 publish response FP
    app.232205b5.js:1 publish error code  FP 0
    app.232205b5.js:1 fr e {entry: Array(7)}
    app.232205b5.js:1 friendList update, ids (6) ['41b3b755fe624c538afff3f699a6ca9c', 'FireRobot', 'abfc718bba824ec7b7f9625cc890ddbd', 'f3e73fe50618437881539fc4b354a75c', 'fa343ea5b3224580a093165989147675', 'liyanfei']
    app.232205b5.js:1 reload userInfo from remote (6) ['41b3b755fe624c538afff3f699a6ca9c', 'FireRobot', 'abfc718bba824ec7b7f9625cc890ddbd', 'f3e73fe50618437881539fc4b354a75c', 'fa343ea5b3224580a093165989147675', 'liyanfei']
    app.232205b5.js:1 publish response LRD
    app.232205b5.js:1 publish error code  LRD 0
    app.232205b5.js:1 publish response is empty
    app.232205b5.js:1 publish response FRP
    app.232205b5.js:1 publish error code  FRP 0
    app.232205b5.js:1 load friend request result e {entry: Array(8)}
    app.232205b5.js:1 publish response MP
    app.232205b5.js:1 publish error code  MP 255
    app.232205b5.js:1 publish response compressed
    app.232205b5.js:1 pull user messages response 0
    app.232205b5.js:1 pull message result 518341167100723329 100
    app.232205b5.js:1 onReceiveMessage length: 100, pullSettings: true saveToStore true
    app.232205b5.js:1 needUpdateGroups 0, needUpdateGroupMembers 0
    app.232205b5.js:1 to pull user messages n {low: -1853882239, high: 120685707, unsigned: false} 0 true
    app.232205b5.js:1 local message is up to date or is pulling n {low: -1853882239, high: 120685707, unsigned: false} n {low: -1853882239, high: 120685707, unsigned: false} true n {low: 0, high: 0, unsigned: false} n {low: 0, high: 0, unsigned: false} true false
    app.232205b5.js:1 pull user setting... n {low: -1, high: 2147483647, unsigned: false}
    app.232205b5.js:1 publish response UPUI
    app.232205b5.js:1 publish error code  UPUI 0
    app.232205b5.js:1 reload userInfo from remote result (6) [e, e, e, e, e, e]
    app.232205b5.js:1 publish response UG
    app.232205b5.js:1 publish error code  UG 0
    app.232205b5.js:1 pull user setting response
    app.232205b5.js:1 pull user setting... n {low: -1, high: 2147483647, unsigned: false}
    app.232205b5.js:1 reload userInfo from remote (4) ['f1efd29086714069b650edc0e9d49b38', 'b0859726be304b6a854ff91ab9745274', 'bba4e2e2126e4f59a41fff02b275dbef', 'admin']
    app.232205b5.js:1 publish response UG
    app.232205b5.js:1 publish error code  UG 0
    app.232205b5.js:1 publish response is empty
    app.232205b5.js:1 pull user setting response
    app.232205b5.js:1 pull user setting error 0
    app.232205b5.js:1 loadRemoteMessages request o {type: 0, conversationType: 0, target: 'f3e73fe50618437881539fc4b354a75c', line: 0} 9223372036854775807 e {contentType: Array(0), conversation: e, beforeUid: n, after: true, count: 100}
    app.232205b5.js:1 connection status changed to status in  0
    app.232205b5.js:1 emitToVoip connectionStatus 1
    app.232205b5.js:1 store ConnectionStatusChanged 1
    app.232205b5.js:1 reload groupInfo from remote (2) ['f2103cc06a21448ea4ee6452ac8b6c7c', 'a75bd8fd323f493c99ce06d124d32c92']
    app.232205b5.js:1 store _loadDefaultConversationList
    app.232205b5.js:1 to load userIds (9) ['f1efd29086714069b650edc0e9d49b38', 'FireRobot', '41b3b755fe624c538afff3f699a6ca9c', 'f3e73fe50618437881539fc4b354a75c', 'abfc718bba824ec7b7f9625cc890ddbd', 'admin', 'liyanfei', 'bba4e2e2126e4f59a41fff02b275dbef', 'b0859726be304b6a854ff91ab9745274']
    app.232205b5.js:1 to load groupIds []
    (index):1 Mixed Content: The page at 'https://web.rokedata.com/#/home' was loaded over HTTPS, but requested an insecure element 'http://cdn2.wildfirechat.cn/robot.png'. This request was automatically upgraded to HTTPS, For more information see https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html
    app.232205b5.js:1 publish response UPUI
    app.232205b5.js:1 publish error code  UPUI 0
    app.232205b5.js:1 reload userInfo from remote result (4) [e, e, e, e]
    app.232205b5.js:1 store UserInfosUpdate (4) [i, i, i, i] 1
    app.232205b5.js:1 reload userInfo from remote ['wfc_file_transfer']
    app.232205b5.js:1 reload userInfo from remote ['bba4e2e2126e4f59a41fff02b275dbef']
    app.232205b5.js:1 reload userInfo from remote (4) ['f1efd29086714069b650edc0e9d49b38', 'admin', 'bba4e2e2126e4f59a41fff02b275dbef', 'b0859726be304b6a854ff91ab9745274']
    app.232205b5.js:1 reloadUserInfoFromRemoteEx, all userIds are loading ['f1efd29086714069b650edc0e9d49b38']
    overrideMethod @ hook.js:608
    value @ app.232205b5.js:1
    value @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    setTimeout
    n @ app.232205b5.js:1
    value @ app.232205b5.js:1
    value @ app.232205b5.js:1
    getUserInfo @ app.232205b5.js:1
    _patchMessage @ app.232205b5.js:1
    _patchConversationInfo @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    _loadConversationList @ app.232205b5.js:1
    _loadDefaultConversationList @ app.232205b5.js:1
    _loadDefaultData @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    s.emit @ chunk-libs.cd709687.js:41
    emit @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    setTimeout
    value @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    I._handleAck @ app.232205b5.js:1
    I._handlePacket @ app.232205b5.js:1
    h @ app.232205b5.js:1
    n._write @ app.232205b5.js:1
    v @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    y.write @ app.232205b5.js:1
    g @ app.232205b5.js:1
    c @ app.232205b5.js:1
    i.emit @ app.232205b5.js:1
    w @ app.232205b5.js:1
    A @ app.232205b5.js:1
    b.push @ app.232205b5.js:1
    h._forward @ app.232205b5.js:1
    i @ app.232205b5.js:1
    u @ app.232205b5.js:1
    i.emit @ app.232205b5.js:1
    C @ app.232205b5.js:1
    k @ app.232205b5.js:1
    w @ app.232205b5.js:1
    A @ app.232205b5.js:1
    b.push @ app.232205b5.js:1
    s.push @ app.232205b5.js:1
    c.onmessage @ app.232205b5.js:1
    app.232205b5.js:1 reloadUserInfoFromRemoteEx, all userIds are loading ['f1efd29086714069b650edc0e9d49b38']
    overrideMethod @ hook.js:608
    value @ app.232205b5.js:1
    value @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    setTimeout
    n @ app.232205b5.js:1
    value @ app.232205b5.js:1
    value @ app.232205b5.js:1
    getUserInfo @ app.232205b5.js:1
    _patchMessage @ app.232205b5.js:1
    _patchConversationInfo @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    _loadConversationList @ app.232205b5.js:1
    _loadDefaultConversationList @ app.232205b5.js:1
    _loadDefaultData @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    s.emit @ chunk-libs.cd709687.js:41
    emit @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    setTimeout
    value @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    I._handleAck @ app.232205b5.js:1
    I._handlePacket @ app.232205b5.js:1
    h @ app.232205b5.js:1
    n._write @ app.232205b5.js:1
    v @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    y.write @ app.232205b5.js:1
    g @ app.232205b5.js:1
    c @ app.232205b5.js:1
    i.emit @ app.232205b5.js:1
    w @ app.232205b5.js:1
    A @ app.232205b5.js:1
    b.push @ app.232205b5.js:1
    h._forward @ app.232205b5.js:1
    i @ app.232205b5.js:1
    u @ app.232205b5.js:1
    i.emit @ app.232205b5.js:1
    C @ app.232205b5.js:1
    k @ app.232205b5.js:1
    w @ app.232205b5.js:1
    A @ app.232205b5.js:1
    b.push @ app.232205b5.js:1
    s.push @ app.232205b5.js:1
    c.onmessage @ app.232205b5.js:1
    app.232205b5.js:1 reloadUserInfoFromRemoteEx, all userIds are loading ['f1efd29086714069b650edc0e9d49b38']
    overrideMethod @ hook.js:608
    value @ app.232205b5.js:1
    value @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    setTimeout
    n @ app.232205b5.js:1
    value @ app.232205b5.js:1
    value @ app.232205b5.js:1
    getUserInfo @ app.232205b5.js:1
    _loadSelfUserInfo @ app.232205b5.js:1
    _loadDefaultData @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    s.emit @ chunk-libs.cd709687.js:41
    emit @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    setTimeout
    value @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    I._handleAck @ app.232205b5.js:1
    I._handlePacket @ app.232205b5.js:1
    h @ app.232205b5.js:1
    n._write @ app.232205b5.js:1
    v @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    y.write @ app.232205b5.js:1
    g @ app.232205b5.js:1
    c @ app.232205b5.js:1
    i.emit @ app.232205b5.js:1
    w @ app.232205b5.js:1
    A @ app.232205b5.js:1
    b.push @ app.232205b5.js:1
    h._forward @ app.232205b5.js:1
    i @ app.232205b5.js:1
    u @ app.232205b5.js:1
    i.emit @ app.232205b5.js:1
    C @ app.232205b5.js:1
    k @ app.232205b5.js:1
    w @ app.232205b5.js:1
    A @ app.232205b5.js:1
    b.push @ app.232205b5.js:1
    s.push @ app.232205b5.js:1
    c.onmessage @ app.232205b5.js:1
    app.232205b5.js:1 reloadUserInfoFromRemoteEx, all userIds are loading ['wfc_file_transfer']
    overrideMethod @ hook.js:608
    value @ app.232205b5.js:1
    value @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    setTimeout
    n @ app.232205b5.js:1
    value @ app.232205b5.js:1
    value @ app.232205b5.js:1
    getUserInfos @ app.232205b5.js:1
    _loadFriendList @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    s.emit @ chunk-libs.cd709687.js:41
    emit @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    I._handleAck @ app.232205b5.js:1
    I._handlePacket @ app.232205b5.js:1
    h @ app.232205b5.js:1
    n._write @ app.232205b5.js:1
    v @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    y.write @ app.232205b5.js:1
    g @ app.232205b5.js:1
    c @ app.232205b5.js:1
    i.emit @ app.232205b5.js:1
    w @ app.232205b5.js:1
    A @ app.232205b5.js:1
    b.push @ app.232205b5.js:1
    h._forward @ app.232205b5.js:1
    i @ app.232205b5.js:1
    u @ app.232205b5.js:1
    i.emit @ app.232205b5.js:1
    C @ app.232205b5.js:1
    k @ app.232205b5.js:1
    w @ app.232205b5.js:1
    A @ app.232205b5.js:1
    b.push @ app.232205b5.js:1
    s.push @ app.232205b5.js:1
    c.onmessage @ app.232205b5.js:1
    app.232205b5.js:1 publish response CHP
    app.232205b5.js:1 publish error code  CHP 0
    app.232205b5.js:1 store _loadDefaultConversationList
    app.232205b5.js:1 to load userIds (9) ['f1efd29086714069b650edc0e9d49b38', 'FireRobot', '41b3b755fe624c538afff3f699a6ca9c', 'f3e73fe50618437881539fc4b354a75c', 'abfc718bba824ec7b7f9625cc890ddbd', 'admin', 'liyanfei', 'bba4e2e2126e4f59a41fff02b275dbef', 'b0859726be304b6a854ff91ab9745274']
    app.232205b5.js:1 to load groupIds []
    app.232205b5.js:1 publish response CHP
    app.232205b5.js:1 publish error code  CHP 0
    app.232205b5.js:1 store _loadDefaultConversationList
    app.232205b5.js:1 to load userIds (9) ['f1efd29086714069b650edc0e9d49b38', 'FireRobot', '41b3b755fe624c538afff3f699a6ca9c', 'f3e73fe50618437881539fc4b354a75c', 'abfc718bba824ec7b7f9625cc890ddbd', 'admin', 'liyanfei', 'bba4e2e2126e4f59a41fff02b275dbef', 'b0859726be304b6a854ff91ab9745274']
    app.232205b5.js:1 to load groupIds []
    app.232205b5.js:1 publish response ATR
    app.232205b5.js:1 publish error code  ATR 0
    app.232205b5.js:1 publish response GPGI
    app.232205b5.js:1 publish error code  GPGI 0
    app.232205b5.js:1 reload groupInfo from remote result (2) [e, e]
    app.232205b5.js:1 store GroupInfosUpdate (2) [o, o]
    app.232205b5.js:1 publish response LRM
    app.232205b5.js:1 publish error code  LRM 0
    app.232205b5.js:1 loadRemoteMessages result 0 true true
    app.232205b5.js:1 loadRemoteMessages result data e {message: Array(0), current: n, head: n}
    app.232205b5.js:1 load conversation unread msgs 0-0-f3e73fe50618437881539fc4b354a75c 9223372036854775807 0
    app.232205b5.js:1 loadRemoteMessages request o {type: 0, conversationType: 0, target: 'abfc718bba824ec7b7f9625cc890ddbd', line: 0} 518296839707951233 e {contentType: Array(0), conversation: e, beforeUid: n, after: true, count: 100}
    app.232205b5.js:1 publish response CHLL
    app.232205b5.js:1 publish error code  CHLL 0
    app.232205b5.js:1 publish response is empty
    app.232205b5.js:1 publish response GPGM
    app.232205b5.js:1 publish error code  GPGM 0
    app.232205b5.js:1 loadGroupMembersFromRemote f2103cc06a21448ea4ee6452ac8b6c7c 4
    app.232205b5.js:1 store GroupMembersUpdate f2103cc06a21448ea4ee6452ac8b6c7c
    app.232205b5.js:1 emit groupMembersUpdate f2103cc06a21448ea4ee6452ac8b6c7c (4) [o, o, o, o]
    app.232205b5.js:1 publish response GPGM
    app.232205b5.js:1 publish error code  GPGM 0
    app.232205b5.js:1 loadGroupMembersFromRemote a75bd8fd323f493c99ce06d124d32c92 5
    app.232205b5.js:1 store GroupMembersUpdate a75bd8fd323f493c99ce06d124d32c92
    app.232205b5.js:1 emit groupMembersUpdate a75bd8fd323f493c99ce06d124d32c92 (5) [o, o, o, o, o]
    app.232205b5.js:1 publish response UPUI
    app.232205b5.js:1 publish error code  UPUI 0
    app.232205b5.js:1 reload userInfo from remote result [e]
    app.232205b5.js:1 store UserInfosUpdate [i] 1
    app.232205b5.js:1 publish response UPUI
    app.232205b5.js:1 publish error code  UPUI 0
    app.232205b5.js:1 reload userInfo from remote result [e]
    app.232205b5.js:1 publish response UPUI
    app.232205b5.js:1 publish error code  UPUI 0
    app.232205b5.js:1 reload userInfo from remote result (3) [e, e, e]
    app.232205b5.js:1 reload userInfo from remote ['8366a7670bb44712a47e117ba8b79ff6']
    app.232205b5.js:1 publish response CHP
    app.232205b5.js:1 publish error code  CHP 0
    app.232205b5.js:1 store _loadDefaultConversationList
    app.232205b5.js:1 to load userIds (9) ['f1efd29086714069b650edc0e9d49b38', 'FireRobot', '41b3b755fe624c538afff3f699a6ca9c', 'f3e73fe50618437881539fc4b354a75c', 'abfc718bba824ec7b7f9625cc890ddbd', 'admin', 'liyanfei', 'bba4e2e2126e4f59a41fff02b275dbef', 'b0859726be304b6a854ff91ab9745274']
    app.232205b5.js:1 to load groupIds []
    app.232205b5.js:1 publish response CHLL
    app.232205b5.js:1 publish error code  CHLL 0
    app.232205b5.js:1 publish response is empty
    app.232205b5.js:1 publish response UPUI
    app.232205b5.js:1 publish error code  UPUI 0
    app.232205b5.js:1 reload userInfo from remote result [e]
    app.232205b5.js:1 store UserInfosUpdate [i] 1
    app.232205b5.js:1 publish response CHLL
    app.232205b5.js:1 publish error code  CHLL 0
    app.232205b5.js:1 publish response is empty
    app.232205b5.js:1 publish response LRM
    app.232205b5.js:1 publish error code  LRM 0
    app.232205b5.js:1 loadRemoteMessages result 0 true true
    app.232205b5.js:1 loadRemoteMessages result data e {message: Array(0), current: n, head: n}
    app.232205b5.js:1 load conversation unread msgs 0-0-abfc718bba824ec7b7f9625cc890ddbd 518296839707951233 0
    app.232205b5.js:1 loadRemoteMessages request o {type: 0, conversationType: 0, target: 'FireRobot', line: 0} 9223372036854775807 e {contentType: Array(0), conversation: e, beforeUid: n, after: true, count: 100}
    app.232205b5.js:1 publish response CHLL
    app.232205b5.js:1 publish error code  CHLL 0
    app.232205b5.js:1 publish response is empty
    app.232205b5.js:1 publish response LRM
    app.232205b5.js:1 publish error code  LRM 0
    app.232205b5.js:1 loadRemoteMessages result 0 true true
    app.232205b5.js:1 loadRemoteMessages result data e {message: Array(0), current: n, head: n}
    app.232205b5.js:1 load conversation unread msgs 0-0-FireRobot 9223372036854775807 0
    app.232205b5.js:1 loadRemoteMessages request o {type: 0, conversationType: 0, target: 'admin', line: 0} 9223372036854775807 e {contentType: Array(0), conversation: e, beforeUid: n, after: true, count: 100}
    app.232205b5.js:1 publish response LRM
    app.232205b5.js:1 publish error code  LRM 0
    app.232205b5.js:1 loadRemoteMessages result 0 true true
    app.232205b5.js:1 loadRemoteMessages result data e {message: Array(0), current: n, head: n}
    app.232205b5.js:1 load conversation unread msgs 0-0-admin 9223372036854775807 0
    app.232205b5.js:1 loadRemoteMessages request o {type: 0, conversationType: 0, target: 'liyanfei', line: 0} 9223372036854775807 e {contentType: Array(0), conversation: e, beforeUid: n, after: true, count: 100}
    app.232205b5.js:1 publish response LRM
    app.232205b5.js:1 publish error code  LRM 0
    app.232205b5.js:1 loadRemoteMessages result 0 true true
    app.232205b5.js:1 loadRemoteMessages result data e {message: Array(0), current: n, head: n}
    app.232205b5.js:1 load conversation unread msgs 0-0-liyanfei 9223372036854775807 0
    app.232205b5.js:1 loadRemoteMessages request o {type: 0, conversationType: 0, target: 'bba4e2e2126e4f59a41fff02b275dbef', line: 0} 9223372036854775807 e {contentType: Array(0), conversation: e, beforeUid: n, after: true, count: 100}
    app.232205b5.js:1 publish response LRM
    app.232205b5.js:1 publish error code  LRM 0
    app.232205b5.js:1 loadRemoteMessages result 0 true true
    app.232205b5.js:1 loadRemoteMessages result data e {message: Array(0), current: n, head: n}
    app.232205b5.js:1 load conversation unread msgs 0-0-bba4e2e2126e4f59a41fff02b275dbef 9223372036854775807 0
    app.232205b5.js:1 loadRemoteMessages request o {type: 0, conversationType: 0, target: 'b0859726be304b6a854ff91ab9745274', line: 0} 9223372036854775807 e {contentType: Array(0), conversation: e, beforeUid: n, after: true, count: 100}
    app.232205b5.js:1 organizationServer login failed Dm: 密码错误
        at app.232205b5.js:1:1754567
    overrideMethod @ hook.js:608
    (anonymous) @ app.232205b5.js:1
    Promise.catch
    onConnectionStatusChange @ app.232205b5.js:1
    s.emit @ chunk-libs.cd709687.js:41
    emit @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    setTimeout
    value @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    I._handleAck @ app.232205b5.js:1
    I._handlePacket @ app.232205b5.js:1
    h @ app.232205b5.js:1
    n._write @ app.232205b5.js:1
    v @ app.232205b5.js:1
    (anonymous) @ app.232205b5.js:1
    y.write @ app.232205b5.js:1
    g @ app.232205b5.js:1
    c @ app.232205b5.js:1
    i.emit @ app.232205b5.js:1
    w @ app.232205b5.js:1
    A @ app.232205b5.js:1
    b.push @ app.232205b5.js:1
    h._forward @ app.232205b5.js:1
    i @ app.232205b5.js:1
    u @ app.232205b5.js:1
    i.emit @ app.232205b5.js:1
    C @ app.232205b5.js:1
    k @ app.232205b5.js:1
    w @ app.232205b5.js:1
    A @ app.232205b5.js:1
    b.push @ app.232205b5.js:1
    s.push @ app.232205b5.js:1
    c.onmessage @ app.232205b5.js:1
    app.232205b5.js:1 publish response LRM
    app.232205b5.js:1 publish error code  LRM 0
    app.232205b5.js:1 loadRemoteMessages result 0 true true
    app.232205b5.js:1 loadRemoteMessages result data e {message: Array(0), current: n, head: n}
    app.232205b5.js:1 load conversation unread msgs 0-0-b0859726be304b6a854ff91ab9745274 9223372036854775807 0
    web.js:75  POST https://chatboxai-my.app/api/dialog_config net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    o @ web.js:155
    await in o
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:75  POST https://chatboxai-my.app/ce/chatbox_need_update/1.0.0-web net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    e @ web.js:155
    await in e
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:75  POST https://chatboxai-my.app/ce/chatbox_need_update/1.0.0-web net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    e @ web.js:155
    await in e
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:75  POST https://chatboxai-my.app/api/dialog_config net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    o @ web.js:155
    await in o
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:75  POST https://chatboxai-my.app/ce/chatbox_need_update/1.0.0-web net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    e @ web.js:155
    await in e
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:75  POST https://chatboxai-my.app/ce/chatbox_need_update/1.0.0-web net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    e @ web.js:155
    await in e
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:75  POST https://chatboxai-my.app/api/dialog_config net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    o @ web.js:155
    await in o
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:75  POST https://chatboxai-my.app/ce/chatbox_need_update/1.0.0-web net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    e @ web.js:155
    await in e
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:75  POST https://chatboxai-my.app/ce/chatbox_need_update/1.0.0-web net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    e @ web.js:155
    await in e
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:75  POST https://chatboxai-my.app/ce/chatbox_need_update/1.0.0-web net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    e @ web.js:155
    await in e
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:155 FetchError: Failed to fetch (https://chatboxai-my.app/ce/chatbox_need_update/1.0.0-web)
        at async r (web.js:75:287399)
        at async r (web.js:75:287399)
        at async r (web.js:75:287399)
        at async web.js:155:1149115
        at async e (web.js:155:1149076)
    web.js:75  POST https://chatboxai-my.app/ce/chatbox_need_update/1.0.0-web net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    e @ web.js:155
    await in e
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:155 FetchError: Failed to fetch (https://chatboxai-my.app/ce/chatbox_need_update/1.0.0-web)
        at async r (web.js:75:287399)
        at async r (web.js:75:287399)
        at async r (web.js:75:287399)
        at async web.js:155:1149115
        at async e (web.js:155:1149076)
    web.js:75  POST https://chatboxai-my.app/api/dialog_config net::ERR_NAME_NOT_RESOLVED
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    a @ web.js:75
    (anonymous) @ web.js:75
    Promise.catch
    r @ web.js:75
    o @ web.js:75
    (anonymous) @ web.js:155
    o @ web.js:155
    await in o
    (anonymous) @ web.js:155
    as @ web.js:2
    Rc @ web.js:2
    cc @ web.js:2
    Ta @ web.js:2
    (anonymous) @ web.js:2
    yc @ web.js:2
    rc @ web.js:2
    y @ web.js:2
    E @ web.js:2
    web.js:155 FetchError: Failed to fetch (https://chatboxai-my.app/api/dialog_config)
        at async r (web.js:75:287399)
        at async r (web.js:75:287399)
        at async r (web.js:75:287399)
        at async web.js:155:1615708
        at async o (web.js:155:1615677)
    app.232205b5.js:1 restore draft Proxy(u) {conversation: o, lastMessage: b, timestamp: n, draft: '', unreadCount: i, …} {text: '', quotedMessage: null}
    app.232205b5.js:1 conversationView updated Proxy(u) {conversation: o, lastMessage: b, timestamp: n, draft: '', unreadCount: i, …} true false
    app.232205b5.js:1 scrollToTop undefined
    app.232205b5.js:1 loadConversationHistoryMessage Proxy(o) {type: 0, conversationType: 0, target: '41b3b755fe624c538afff3f699a6ca9c', line: 0, _target: i, …} 0 0
    app.232205b5.js:1 conversationView updated Proxy(u) {conversation: o, lastMessage: b, timestamp: n, draft: '', unreadCount: i, …} true false
    app.232205b5.js:1 focus end
    app.232205b5.js:1 reload userInfo from remote ['41b3b755fe624c538afff3f699a6ca9c']
    app.232205b5.js:1 publish response UPUI
    app.232205b5.js:1 publish error code  UPUI 0
    app.232205b5.js:1 reload userInfo from remote result [e]
    app.232205b5.js:1 startAudioCall from mainWindow true
    app.232205b5.js:1 startCall speaker、microphone、webcam检测结果分别为:true , true, true,如果不全为true,请检查硬件设备是否正常,否则通话可能存在异常
    app.232205b5.js:1 windowEmitter subscribe events
    app.232205b5.js:1 single mounted
    app.232205b5.js:1 emitToVoip startCall {conversation: o, audioOnly: true, callId: '41b3b755fe624c538afff3f699a6ca9c6522', selfUserInfo: i, groupMemberUserInfos: undefined, …}
    app.232205b5.js:1 newSession, multi
    app.232205b5.js:1 onInitial
    app.232205b5.js:1 initParticipantClientMap ['41b3b755fe624c538afff3f699a6ca9c']
    app.232205b5.js:1 set status 1 undefined
    app.232205b5.js:1 start outgoing ring
    app.232205b5.js:1 didChangeState 1
    app.232205b5.js:1 status change 1
    app.232205b5.js:1 start preview
    app.232205b5.js:1 send signal message 400 41b3b755fe624c538afff3f699a6ca9c6522 a {type: 400, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 emit to main voip-message {conversation: o, content: i, toUsers: Array(1), sendMessageId: 10}
    app.232205b5.js:1 to send voip message 400 41b3b755fe624c538afff3f699a6ca9c6522 a {type: 400, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: '音视频通话邀请', …}
    app.232205b5.js:1 message prepared 169 n {low: 963742450, high: 410, unsigned: false} b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: a, messageId: 169, …}
    app.232205b5.js:1 onPrepared b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: a, messageId: 169, …}
    app.232205b5.js:1 _sendMessageInternal connection status 1
    app.232205b5.js:1 conversationView updated Proxy(u) {conversation: o, lastMessage: b, timestamp: n, draft: '', unreadCount: i, …} true false
    app.232205b5.js:1 conversationView updated Proxy(u) {conversation: o, lastMessage: b, timestamp: n, draft: '', unreadCount: i, …} true false
    app.232205b5.js:1 publish response MS
    app.232205b5.js:1 publish error code  MS 0
    app.232205b5.js:1 _sendMessageInternal result 0
    app.232205b5.js:1 message status update b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: a, messageId: 169, …}
    app.232205b5.js:1 emitToVoip sendMessageResult {error: 0, sendMessageId: 10, messageUid: n, timestamp: o}
    app.232205b5.js:1 start call startMsgUid n {low: 41943169, high: 120685710, unsigned: true} n {low: 41943169, high: 120685710, unsigned: true} 1761900334027 1761900334263
    app.232205b5.js:1 conversationView updated Proxy(u) {conversation: o, lastMessage: b, timestamp: n, draft: '', unreadCount: i, …} true false
    app.232205b5.js:1 conversationView updated Proxy(u) {conversation: o, lastMessage: b, timestamp: n, draft: '', unreadCount: i, …} true false
    app.232205b5.js:1 Received local stream MediaStream {id: 'c8f7cb7e-6cbc-4ea6-b77f-0a3014533a24', active: true, onaddtrack: null, onremovetrack: null, onactive: null, …}
    app.232205b5.js:1 can play
    app.232205b5.js:1 Using audio device: “L.Y.F的iPhone”的麦克风
    app.232205b5.js:1 Ending call
    app.232205b5.js:1 set status 0 Proxy(n) {low: 41943169, high: 120685710, unsigned: true}
    app.232205b5.js:1 emit to main update-call-start-message {messageUid: {…}, content: {…}}
    app.232205b5.js:1 message status update b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: a, messageId: 169, …}
    app.232205b5.js:1 didChangeState 0
    app.232205b5.js:1 status change 0
    app.232205b5.js:1 send signal message 402 41b3b755fe624c538afff3f699a6ca9c6522 l {type: 402, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 emit to main voip-message {conversation: o, content: i, toUsers: Array(1)}
    app.232205b5.js:1 to send voip message 402 41b3b755fe624c538afff3f699a6ca9c6522 l {type: 402, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 to send end message 3 l {type: 402, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 onPrepared null
    app.232205b5.js:1 _sendMessageInternal connection status 1
    app.232205b5.js:1 Ending media
    app.232205b5.js:1 to stop stream MediaStream {id: 'c8f7cb7e-6cbc-4ea6-b77f-0a3014533a24', active: true, onaddtrack: null, onremovetrack: null, onactive: null, …}
    app.232205b5.js:1 stop track MediaStreamTrack {kind: 'audio', id: 'cb2ff199-6307-4ccf-8cd8-38fa3157ff95', label: '“L.Y.F的iPhone”的麦克风', enabled: true, muted: false, …}
    app.232205b5.js:1 close pc undefined
    app.232205b5.js:1 callEndWithReason 3
    app.232205b5.js:1 emit to main close-voip-div undefined
    app.232205b5.js:1 on close-voip-div o {type: 0, conversationType: 0, target: '41b3b755fe624c538afff3f699a6ca9c', line: 0, _targetOnlineStateDesc: ''} updateVoipStatus(e,t){ce.isVoipOngoing=t,e&&se.conversationInfoList.forEach((n=>{n.conversation.equal(e)?n._isVoipOngoing=t:n._isVoipOngoing=!1}))}
    app.232205b5.js:1 conversationView updated Proxy(u) {conversation: o, lastMessage: b, timestamp: n, draft: '', unreadCount: i, …} true false
    app.232205b5.js:1 conversationView updated Proxy(u) {conversation: o, lastMessage: b, timestamp: n, draft: '', unreadCount: i, …} true false
    app.232205b5.js:1 publish response MS
    app.232205b5.js:1 publish error code  MS 0
    app.232205b5.js:1 _sendMessageInternal result 0
    app.232205b5.js:1 message status update b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: l, messageId: 0, …}
    app.232205b5.js:1 emitToVoip sendMessageResult {error: 0, sendMessageId: undefined, messageUid: n, timestamp: o}
  • x86 2天前
    引用 16
    上面的日志看,是你主动挂断了,没有其他异常。

    既然是说对方不正常,你需要把通话双方的日志都附上,并说明那一方的什么不正常,期待的是什么现象等。
  • 李飞 1天前
    引用 17
    我主动挂断是因为一直连接不上,不应该说哪一方有问题吧,应该还两边相互连不上,我另一个提问了附带了接收方的日志,您这边能看到么?
  • 李飞 1天前
    引用 18
    我现在又得到一点信息,就是 web 端发音视频没有问题的,能跟手机(原生)通话。但是点接收,接收不到。一下是我作为接收方的日志
    on push MN
    app.232205b5.js:1 to pull user messages n {low: 310378625, high: 120694017, unsigned: false} 0 false
    app.232205b5.js:1 pull user messages, type: 0, head: 518376856148246657, msgHead: 518376312834883713, chatroomMsgHead: 0
    app.232205b5.js:1 publish response MP
    app.232205b5.js:1 publish error code  MP 0
    app.232205b5.js:1 pull user messages response 0
    app.232205b5.js:1 pull message result 518376856148246657 3
    app.232205b5.js:1 onReceiveMessage length: 3, pullSettings: false saveToStore true
    app.232205b5.js:1 avengineProxy, on receive message b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: e, messageContent: l, messageId: 0, …}
    app.232205b5.js:1 avengineProxy, message outdated, just ignore b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: e, messageContent: l, messageId: 0, …}
    app.232205b5.js:1 avengineProxy, on receive message b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: e, messageContent: l, messageId: 0, …}
    app.232205b5.js:1 avengineProxy, message outdated, just ignore b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: e, messageContent: l, messageId: 0, …}
    app.232205b5.js:1 avengineProxy, on receive message b {conversation: o, from: 'shiyawen', content: e, messageContent: a, messageId: 348, …}
    app.232205b5.js:1 receive voip message 400 shiyawen|184109347 518376856148246657 b {conversation: o, from: 'shiyawen', content: e, messageContent: a, messageId: 348, …}
    app.232205b5.js:1 windowEmitter subscribe events
    app.232205b5.js:1 needUpdateGroups 0, needUpdateGroupMembers 0
    app.232205b5.js:1 to pull user messages n {low: 310378625, high: 120694017, unsigned: false} 0 false
    app.232205b5.js:1 local message is up to date or is pulling n {low: 310378625, high: 120694017, unsigned: false} n {low: 310378625, high: 120694017, unsigned: false} false false false false false
    app.232205b5.js:1 single mounted
    app.232205b5.js:1 emitToVoip message b {conversation: o, from: 'shiyawen', content: e, messageContent: a, messageId: 348, …}
    app.232205b5.js:1 receive voip message  400 shiyawen|184109347 b {conversation: o, from: 'shiyawen', content: e, messageContent: a, messageId: 348, …}
    app.232205b5.js:1 callstart b {conversation: o, from: 'shiyawen', content: e, messageContent: a, messageId: 348, …}
    app.232205b5.js:1 newSession, multi
    app.232205b5.js:1 onInitial
    app.232205b5.js:1 initParticipantClientMap ['shiyawen']
    app.232205b5.js:1 set status 2 n {low: 310378625, high: 120694017, unsigned: false}
    app.232205b5.js:1 didChangeState 2
    app.232205b5.js:1 status change 2
    app.232205b5.js:1 setUserAcceptTime shiyawen o {low: 980755552, high: 410, unsigned: false}
    app.232205b5.js:1 voip on call button click
    app.232205b5.js:1 on call button call
    app.232205b5.js:1 set status 3 Proxy(n) {low: 310378625, high: 120694017, unsigned: false}
    app.232205b5.js:1 didChangeState 3
    app.232205b5.js:1 status change 3
    app.232205b5.js:1 send signal message 401 shiyawen|184109347 l {type: 401, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 emit to main voip-message {conversation: o, content: i, toUsers: Array(1), sendMessageId: 9}
    app.232205b5.js:1 to send voip message 401 shiyawen|184109347 l {type: 401, mentionedType: 0, mentionedTargets: Array(0), extra: '{"u":518376856148246657}', pushContent: undefined, …}
    app.232205b5.js:1 onPrepared null
    app.232205b5.js:1 _sendMessageInternal connection status 1
    app.232205b5.js:1 publish response MS
    app.232205b5.js:1 publish error code  MS 0
    app.232205b5.js:1 _sendMessageInternal result 0
    app.232205b5.js:1 message status update b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: l, messageId: 0, …}
    app.232205b5.js:1 emitToVoip sendMessageResult {error: 0, sendMessageId: 9, messageUid: n, timestamp: o}
    app.232205b5.js:1 start media true
    app.232205b5.js:1 start preview
    app.232205b5.js:1 Received local stream MediaStream {id: '8d8fffa4-652b-47fc-8e9e-6d9561395a45', active: true, onaddtrack: null, onremovetrack: null, onactive: null, …}
    app.232205b5.js:1 can play
    app.232205b5.js:1 Using audio device: MacBook Pro麦克风 (Built-in)
    app.232205b5.js:1 start pc 0
    app.232205b5.js:1 RTCPeerConnection configuration: {iceServers: Array(1)}
    app.232205b5.js:1 Created local peer connection object pc shiyawen
    app.232205b5.js:1 Added local stream to pc
    app.232205b5.js:1 pc createOffer start
    app.232205b5.js:1 pc setLocalDescription start
    app.232205b5.js:1 setLocalDescription complete
    app.232205b5.js:1 {sdp: 'v=0\r\no=- 7221954029918680470 2 IN IP4 127.0.0.1\r\ns…9561395a45 f33c2bf2-a2b3-4907-bd17-12afdccc59f7\r\n', type: 'offer'}
    app.232205b5.js:1 send engine answer/offer
    app.232205b5.js:1 send signal message 403 shiyawen|184109347 a {type: 403, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 emit to main voip-message {conversation: o, content: i, toUsers: Array(1)}
    app.232205b5.js:1 to send voip message 403 shiyawen|184109347 a {type: 403, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 onPrepared null
    app.232205b5.js:1 _sendMessageInternal connection status 1
    app.232205b5.js:1 createPeerConnection shiyawen Sn {isInitiator: true, userId: 'shiyawen', callExtra: undefined, status: 3, joinTime: o, …}
    app.232205b5.js:1 send engine candidate {type: 'candidate', label: 0, id: '0', candidate: 'candidate:2603694143 1 udp 2122260223 192.168.8.61…eration 0 ufrag 48gk network-id 1 network-cost 10'}
    app.232205b5.js:1 send signal message 403 shiyawen|184109347 a {type: 403, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 emit to main voip-message {conversation: o, content: i, toUsers: Array(1)}
    app.232205b5.js:1 to send voip message 403 shiyawen|184109347 a {type: 403, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 onPrepared null
    app.232205b5.js:1 _sendMessageInternal connection status 1
    app.232205b5.js:1 send Ice Candidate success
    app.232205b5.js:1 ICE candidate:
    candidate:2603694143 1 udp 2122260223 192.168.8.61 62113 typ host generation 0 ufrag 48gk network-id 1 network-cost 10
    app.232205b5.js:1 send engine candidate {type: 'candidate', label: 0, id: '0', candidate: 'candidate:880531713 1 udp 1686052607 112.230.195.2…eration 0 ufrag 48gk network-id 1 network-cost 10'}
    app.232205b5.js:1 send signal message 403 shiyawen|184109347 a {type: 403, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 emit to main voip-message {conversation: o, content: i, toUsers: Array(1)}
    app.232205b5.js:1 to send voip message 403 shiyawen|184109347 a {type: 403, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 onPrepared null
    app.232205b5.js:1 _sendMessageInternal connection status 1
    app.232205b5.js:1 send Ice Candidate success
    app.232205b5.js:1 ICE candidate:
    candidate:880531713 1 udp 1686052607 112.230.195.2 62113 typ srflx raddr 192.168.8.61 rport 62113 generation 0 ufrag 48gk network-id 1 network-cost 10
    app.232205b5.js:1 publish response MS
    app.232205b5.js:1 publish error code  MS 0
    app.232205b5.js:1 _sendMessageInternal result 0
    app.232205b5.js:1 message status update b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: a, messageId: 0, …}
    app.232205b5.js:1 emitToVoip sendMessageResult {error: 0, sendMessageId: undefined, messageUid: n, timestamp: o}
    app.232205b5.js:1 publish response MS
    app.232205b5.js:1 publish error code  MS 0
    app.232205b5.js:1 _sendMessageInternal result 0
    app.232205b5.js:1 message status update b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: a, messageId: 0, …}
    app.232205b5.js:1 emitToVoip sendMessageResult {error: 0, sendMessageId: undefined, messageUid: n, timestamp: o}
    app.232205b5.js:1 publish response MS
    app.232205b5.js:1 publish error code  MS 0
    app.232205b5.js:1 _sendMessageInternal result 0
    app.232205b5.js:1 message status update b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: a, messageId: 0, …}
    app.232205b5.js:1 emitToVoip sendMessageResult {error: 0, sendMessageId: undefined, messageUid: n, timestamp: o}
    app.232205b5.js:1 send engine candidate {type: 'candidate', label: 0, id: '0', candidate: 'candidate:3240139316 1 udp 41885695 62.234.164.241…eration 0 ufrag 48gk network-id 1 network-cost 10'}
    app.232205b5.js:1 send signal message 403 shiyawen|184109347 a {type: 403, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 emit to main voip-message {conversation: o, content: i, toUsers: Array(1)}
    app.232205b5.js:1 to send voip message 403 shiyawen|184109347 a {type: 403, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 onPrepared null
    app.232205b5.js:1 _sendMessageInternal connection status 1
    app.232205b5.js:1 send Ice Candidate success
    app.232205b5.js:1 ICE candidate:
    candidate:3240139316 1 udp 41885695 62.234.164.241 49789 typ relay raddr 112.230.195.2 rport 62113 generation 0 ufrag 48gk network-id 1 network-cost 10
    app.232205b5.js:1 send engine candidate {type: 'candidate', label: 0, id: '0', candidate: 'candidate:1704717483 1 tcp 1518280447 192.168.8.61…eration 0 ufrag 48gk network-id 1 network-cost 10'}
    app.232205b5.js:1 send signal message 403 shiyawen|184109347 a {type: 403, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 emit to main voip-message {conversation: o, content: i, toUsers: Array(1)}
    app.232205b5.js:1 to send voip message 403 shiyawen|184109347 a {type: 403, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 onPrepared null
    app.232205b5.js:1 _sendMessageInternal connection status 1
    app.232205b5.js:1 send Ice Candidate success
    app.232205b5.js:1 ICE candidate:
    candidate:1704717483 1 tcp 1518280447 192.168.8.61 9 typ host tcptype active generation 0 ufrag 48gk network-id 1 network-cost 10
    app.232205b5.js:1 publish response MS
    app.232205b5.js:1 publish error code  MS 0
    app.232205b5.js:1 _sendMessageInternal result 0
    app.232205b5.js:1 message status update b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: a, messageId: 0, …}
    app.232205b5.js:1 emitToVoip sendMessageResult {error: 0, sendMessageId: undefined, messageUid: n, timestamp: o}
    app.232205b5.js:1 publish response MS
    app.232205b5.js:1 publish error code  MS 0
    app.232205b5.js:1 _sendMessageInternal result 0
    app.232205b5.js:1 message status update b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: a, messageId: 0, …}
    app.232205b5.js:1 emitToVoip sendMessageResult {error: 0, sendMessageId: undefined, messageUid: n, timestamp: o}
    app.232205b5.js:1 Ending call
    app.232205b5.js:1 set status 0 Proxy(n) {low: 310378625, high: 120694017, unsigned: false}
    app.232205b5.js:1 emit to main update-call-start-message {messageUid: {…}, content: {…}}
    app.232205b5.js:1 message status update b {conversation: o, from: 'shiyawen', content: e, messageContent: a, messageId: 348, …}
    app.232205b5.js:1 not current conv
    app.232205b5.js:1 didChangeState 0
    app.232205b5.js:1 status change 0
    app.232205b5.js:1 send signal message 402 shiyawen|184109347 l {type: 402, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 emit to main voip-message {conversation: o, content: i, toUsers: Array(1)}
    app.232205b5.js:1 to send voip message 402 shiyawen|184109347 l {type: 402, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 to send end message 3 l {type: 402, mentionedType: 0, mentionedTargets: Array(0), extra: undefined, pushContent: undefined, …}
    app.232205b5.js:1 onPrepared null
    app.232205b5.js:1 _sendMessageInternal connection status 1
    app.232205b5.js:1 Ending media
    app.232205b5.js:1 to stop stream MediaStream {id: '8d8fffa4-652b-47fc-8e9e-6d9561395a45', active: true, onaddtrack: null, onremovetrack: null, onactive: null, …}
    app.232205b5.js:1 stop track MediaStreamTrack {kind: 'audio', id: 'f33c2bf2-a2b3-4907-bd17-12afdccc59f7', label: 'MacBook Pro麦克风 (Built-in)', enabled: true, muted: false, …}
    app.232205b5.js:1 close pc RTCPeerConnection {localDescription: RTCSessionDescription, currentLocalDescription: null, pendingLocalDescription: RTCSessionDescription, remoteDescription: null, currentRemoteDescription: null, …}
    app.232205b5.js:1 callEndWithReason 3
    app.232205b5.js:1 emit to main close-voip-div undefined
    app.232205b5.js:1 on close-voip-div o {type: 0, conversationType: 0, target: 'f1efd29086714069b650edc0e9d49b38', line: 0} updateVoipStatus(e,t){ce.isVoipOngoing=t,e&&se.conversationInfoList.forEach((n=>{n.conversation.equal(e)?n._isVoipOngoing=t:n._isVoipOngoing=!1}))}
    app.232205b5.js:1 publish response MS
    app.232205b5.js:1 publish error code  MS 0
    app.232205b5.js:1 _sendMessageInternal result 0
    app.232205b5.js:1 message status update b {conversation: o, from: 'f1efd29086714069b650edc0e9d49b38', content: i, messageContent: l, messageId: 0, …}
    app.232205b5.js:1 emitToVoip sendMessageResult {error: 0, sendMessageId: undefined, messageUid: n, timestamp: o}
返回