GithubHelp home page GithubHelp logo

innovailable / calling-signaling Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 163 KB

A WebRTC signaling server with support for rooms, calling and invitations

Makefile 0.66% CoffeeScript 99.34%
signaling webrtc

calling-signaling's People

Contributors

thammi avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

calling-signaling's Issues

Missing tid in message

Hello there,

I've set up the signaling server, however it is returning :

{"type":"join","status":{}} | 27 | 16:06:41.231
{"type":"hello","id":"fd025905-ee88-479c-9bd5-a63645d42560","server":"calling-signaling 1.0"} | 93 | 16:06:41.232
{"type":"error","error":"Missing tid in message"}

const channel = new rtc.WebSocketChannel("wss://xxx.xxxxxxxx.xxx/" + encodeURI(roomName));

What am I missing?

PS: I'm not sure what other information to provide?

Many Thanks, Orion

Type mismatch in message

Every time i try to send any message i get the same answer: "Type mismatch in message".
Ex:

//request
{
"type": "ns_subscribe",
"tid": "a0fde8a8-f863-4e40-86d1-566555eaf2dc", // the id i get on connect
"namespace": "test"
}

//answer
{"type":"answer","tid":"a0fde8a8-f863-4e40-86d1-566555eaf2dc","error":"Type mismatch in message"}

What is wrong?

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.