Code Monkey home page Code Monkey logo

Comments (4)

lgrahl avatar lgrahl commented on May 18, 2024

I guess what you want to establish is a WebRTC peer connection which connects client 1 and client 2 using ICE. That's not SaltyRTC. SaltyRTC is neither a WebRTC implementation nor a wrapper to WebRTC. You cannot establish a peer-to-peer connection from A to B with SaltyRTC alone. SaltyRTC is a general purpose signalling protocol which can be used for WebRTC using the SaltyRTC WebRTC Task to exchange signalling data (such as offer, answer and candidates encoded in SDP) needed to set up a WebRTC peer-to-peer connection. However, configuration and setup of WebRTC is outside the scope of SaltyRTC. I hope this clears things up a bit.

Check out the code of our demo application which probably does what you want to do.

from saltyrtc-client-java.

lgrahl avatar lgrahl commented on May 18, 2024

I closed the issue because it hasn't anything to do with SaltyRTC. But it's perfectly fine if you want to ask further questions in this issue for clearing things up as we don't have any other channel where you can ask these questions. (@dbrgn: maybe it's time for a reddit channel or IRC... or a Threema group? Suggestions?)

from saltyrtc-client-java.

dbrgn avatar dbrgn commented on May 18, 2024

We could also go hipster and use https://gitter.im/.

from saltyrtc-client-java.

lgrahl avatar lgrahl commented on May 18, 2024

Sure, why not: https://gitter.im/saltyrtc

from saltyrtc-client-java.

Related Issues (20)

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.