Code Monkey home page Code Monkey logo

signaling's People

Contributors

dubian0608 avatar menthays avatar plutoless avatar prwrl avatar williamdxz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

signaling's Issues

I cant receive message on channel?

Hi,

I try this function to receive message on channel

channel.onMessageChannelReceive = function (account, uid, msg) { //code here });

before all works fine, but now cant.

Same for Agora RTM Web API:
channel.on('ChannelMessage', function (message, memberId) {
// Your code.
});

Totally, I cant trigger receive message on channel. Any problems with your server?

Please help me this issue

什么来一套flutter的 信令系统非常感谢

最近要开发一对一的视频聊天app发现你们的sdk真的太好用了,作为刚开始接触app开发的小白,我打算使用flutter进行研究,真的希望你们能补充一个flutter版本的谢谢。

How to block a user?

Hi,

How to block a user in channel? (one admin of channel, all others are user), so admin can block any bad users, could I do this with agora?

How to get all messages (history)?

Hi,

I have a question: how to get all messages in a channel? because some users join before other users, so I want to load all messages (history).

为什么不提供原始操作?

为什么不提供原始操作?建议提供一下原生tcp协议文档。

放这么多语言版本的sdk没有用处啊,没有文档不能自己封装。

就几个操作,放一份tcp文档所有语言都支持 了不好吗?

How to get all messages of P2P?

hi there,
i have been using your messaging api and its working fine but i want to load all previous message history of the user i was talking with.

Instant message duplicate & repeating

I have integrated signalling sdk
now the issue is when user login. they are getting old messages. or some time they get messages two times

How to fix this ?

Here is a log When User start application and login

see the message END_CALL

LOG Optional("1558784913304 : usr user_logout")
LOG Optional("1558784913305 : usr.cb onError logout 108 logout when logouted, ignore this action")
LOG Optional("1558784913305 : usr user_login: [1.4.0.127_7abe670 1010400127] vid="5cbe1c" account="800" token="_no_ne" uid=0 deviceID="" ")
LOG Optional("1558784913305 : [ net ] resolve_hostname : "ulbs.sig.agora.io" ")
LOG Optional("1558784913309 : [ net ] uv_on_getaddrinfo_done2 status: ulbs.sig.agora.io 0")
LOG Optional("1558784913309 : dns. dns_result lbs-sig.agora.io:52.221.229.66")
LOG Optional("1558784913309 : [ net ] uv_udp_init")
LOG Optional("1558784913309 : ulbs bind 0.0.0.0")
LOG Optional("1558784913309 : ulbs send req 52.221.229.66 1 : 5cbe1c10637e4e9c820bdff3b62c433c")
LOG Optional("1558784913385 : ulbs data recv ok {"web2": [], "web": [["47.90.4.18", 8001], ["47.91.136.74", 8001], ["47.90.91.211", 8001], ["47.90.104.122", 8001], ["47.90.89.116", 8001]], "http": [["47.90.4.18", 80], ["47.90.2.175", 80], ["47.90.22.30", 80], ["47.90.91.211", 80], ["47.90.89.116", 80]], "tcp": [["47.90.81.78", 8182], ["47.90.104.190", 8184], ["47.90.2.175", 8183], ["47.90.87.207", 8181], ["47.90.105.137", 8181], ["47.90.91.211", 8188], ["47.91.136.74", 8183], ["47.90.4.18", 8184], ["47.91.13")
LOG Optional("1558784913385 : ulbs result {"web2": [], "web": [["47.90.4.18", 8001], ["47.91.136.74", 8001], ["47.90.91.211", 8001], ["47.90.104.122", 8001], ["47.90.89.1")
LOG Optional("1558784913385 : tcp.1.0 connecting 47.91.136.74:8183")
LOG Optional("1558784913385 : [ net ] connect to 47.91.136.74")
LOG Optional("1558784913386 : tcp.1.1 connecting 47.90.81.78:8182")
LOG Optional("1558784913386 : [ net ] connect to 47.90.81.78")
LOG Optional("1558784913492 : tcp.1.1 connected 47.90.81.78:8182 0")
LOG Optional("1558784913492 : tcp.1 send : [0 134] login {"account":"800","device":"","ip":"","token":"_no_need_token","uid":0,"ver":1010400127,"vid":"")
LOG Optional("1558784913508 : tcp.1.0 connected 47.91.136.74:8183 0")
LOG Optional("1558784913509 : tcp.1.0 close on connected : work end 1 ")
LOG Optional("1558784913674 : tcp.1.1 recv : [185, 0] login_res ok 2 {"result": "ok", "config_call_timeout": 60000, "config_call_retry_time": 10000, "line")
LOG Optional("1558784913674 : tcp.1 send : [1 22] line_ping:1")
LOG Optional("1558784913674 : usr.cb onLoginSuccess 74309001 20")
Login success 74309001
LOG Optional("1558784913679 : new rpt udp")
LOG Optional("1558784913680 : [ net ] uv_udp_init")
LOG Optional("1558784913680 : call_api 0 1 user_getmsg 0")
LOG Optional("1558784913680 : tcp_call 1 user_getmsg {"line":"ua_fs2_7:9181579086:2637515991796276617","max":30,"ver_clear":0}")
LOG Optional("1558784913680 : tcp.1 send : [1 93] call user_getmsg 1 0 {"line":"ua_fs2_7:9181579086:2637515991796276617","max":30,"ver_clear":0}")
LOG Optional("1558784913808 : tcp.1.1 recv : [11, 0] line_pong:1")
LOG Optional("1558784913907 : tcp.1.1 recv : [136, 0] call_ret user_getmsg 1 0 {"ver_clear": 39, "result": "ok", "msgs": [[40, "msg-v2 123456 800 v1:E:259")
LOG Optional("1558784914215 : call_ret 1 0 {"msgs":[[40,"msg-v2 123456 800 v1:E:2592000 instant 1558784903 END_CALL"]],"result":"ok","ver_clear ")
LOG Optional("1558784914215 : msg.proc 123456 instant END_CALL")
LOG Optional("1558784914215 : usr.cb onMessageInstantReceive 123456 0 END_CALL")
INSTANT MESSAGE RECV. 0 FROM Optional("123456") message Optional("END_CALL")
LOG Optional("1558784914215 : [ net ] resolve_hostname : "rp.sig.agora.io" ")
LOG Optional("1558784914215 : call_api 0 2 user_getmsg 0")
LOG Optional("1558784914215 : tcp_call 2 user_getmsg {"line":"ua_fs2_7:9181579086:2637515991796276617","max":30,"ver_clear":40}")
LOG Optional("1558784914215 : tcp.1 send : [1 94] call user_getmsg 2 0 {"line":"ua_fs2_7:9181579086:2637515991796276617","max":30,"ver_clear":40}")
LOG Optional("1558784914217 : [ net ] uv_on_getaddrinfo_done2 status: rp.sig.agora.io 0")
LOG Optional("1558784914217 : rpt host rp.sig.agora.io 139.196.188.164")
LOG Optional("1558784914319 : send rp 0 139.196.188.164")
LOG Optional("1558784914343 : tcp.1.1 recv : [70, 0] call_ret user_getmsg 2 0 {"ver_clear": 40, "result": "ok", "msgs": []}")
LOG Optional("1558784914343 : call_ret 2 0 {"msgs":[],"result":"ok","ver_clear":40} ")
LOG Optional("1558784924282 : tcp.1 send : [1 22] line_ping:2")
LOG Optional("1558784924405 : tcp.1.1 recv : [11, 0] line_pong:2")
LOG Optional("1558784934854 : tcp.1 send : [1 22] line_ping:3")
LOG Optional("1558784934975 : tcp.1.1 recv : [11, 0] line_pong:3")
LOG Optional("1558784945419 : tcp.1 send : [1 22] line_ping:4")
LOG Optional("1558784945550 : tcp.1.1 recv : [11, 0] line_pong:4")
LOG Optional("1558784955989 : tcp.1 send : [1 22] line_ping:5")
LOG Optional("1558784956116 : tcp.1.1 recv : [11, 0] line_pong:5")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.