-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
webrtc/video call support #1046
Comments
Is this related to #554 or are you thinking for some other reason? |
Webrtc should be way more easy to implement than redphone, since chrome should already support it. |
Not to poo poo the idea, but what about the issue with WebRTC unmasking vpn users? Is that still a concern? https://torrentfreak.com/huge-security-flaw-leaks-vpn-users-real-ip-addresses-150130/ |
Is this threat model relevant for Signal-Desktop? I trust Signal-Desktop to not snoop my IP and send it anywhere, and websites may exploit it no matter what signal does. |
That's a good question. I was thinking more along the lines that privacy-conscious people will disable WebRTC in their browser because they use a VPN, thus making it unavailable for Signal. Or, perhaps the converse is more important: That if Signal uses WebRTC, will a user be outed because of it? |
WebRTC works by establishing a direct peer-to-peer connection. This is efficient because it provides the shortest/most direct (and thus fastest) path through the network. For this reason both parties need to know the other's IP address, because they're connecting directly to each other. The way that the Android client handles this is by providing an option to route WebRTC calls through the Signal server. This is less performant because it takes a less direct network path but allows you to avoid leaking your IP address to the person you're calling. Also, @Trolldemorted, you should edit your title to include the keyword "video call" so this shows up in searches. |
What was the reason for webrtc being chosen over SIP. |
@zero77 this isn't the discussion forum, go to https://whispersystems.discoursehosting.net instead |
I think Redphone procotol could be also implemented in Electron version of Signal. Is it an option to not change current protocol but use existing? |
@thecyberd3m0n I'm not sure what you mean. Signal on mobile already uses WebRTC for both audio and video, as of (IIRC) March 2017. The "Redphone protocol" is old and not used anymore, at least AFAIK. |
I'm sorry, I've got outdated information |
any news or updates on when this feature will be implemented |
Will Signal-Desktop get WebRTC support?
The text was updated successfully, but these errors were encountered: