Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIP proxy #4

Open
bangarharshit opened this issue Dec 22, 2015 · 1 comment
Open

SIP proxy #4

bangarharshit opened this issue Dec 22, 2015 · 1 comment

Comments

@bangarharshit
Copy link
Owner

Copying from forum.
Thanks. SIP proxy is on the line. I can think of quick implementation based on this - https://github.com/pchab/ProjectRTC - Simply build a separate topic as a sub topic of your group url groupchat/call so that everyone will receive the url since they are subscribed to groupchat/*. Upload all your sdp and ice candidates so as to initiate the call. Not sure how to extend it to group though. One possible way is to replace groupchat/call with groupchat/memberid where everyone publishes their information on their channel and you receive the updates for every user in your group. At the same time we don't want these information offline delayed so these information can be send with QOS0.

@bangarharshit
Copy link
Owner Author

2 cases:

  1. Hangouts like link sharing and connection
  2. Real time connection

Both cases can be handled by publishing on topics. Easier thing is to publish on their own sub node so that client can differentiate. Channel - groupchatid/call/clientid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant