-
I'd like the option of connecting directly with some SiP systems that only support UDP and TCP connections. Apparently, the JsSIP.Socket allows the creation of new transports not based on WebSockets, but I'm not sufficiently capable to figure out exactly ... how to do that. Does anyone know of anyone else implementing alternative JsSIP.Socket transports, such as SIP via TCP/IP (with or without TLS)? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Do you know that you cannot open raw TCP or UDP connections from a browser app? |
Beta Was this translation helpful? Give feedback.
-
For example, someone wrote a SIP.js TCP transport; it feels like a JsSIP.Socket TCP transport implementation would look something like this: https://gist.github.com/phanmn/de0929fc4945c435cebfb6635366e87c And, when @jmillan committed the changes to JsSIP.Socket, he tantalizingly claimed that it should allow the creation of non-WebSocket transports: #374 |
Beta Was this translation helpful? Give feedback.
-
webtransport (http3) seems intersting to explore for this topic |
Beta Was this translation helpful? Give feedback.
Do you know that you cannot open raw TCP or UDP connections from a browser app?