Commit 95664cf
committed
[WebRTC] Allow stuns server URIs
https://bugs.webkit.org/show_bug.cgi?id=279976
Reviewed by Youenn Fablet.
According to RFC 7064:
> The "stuns" URI scheme is intended to be used by applications with
> a need to identify a STUN server to be used for NAT traversal over
> a secure connection.
LibWebRTC accepts this kind of URL but doesn't seem to make a difference when connecting, as
compared to stun URIs.
Based on patch from Mikolaj Staworzynski <mikolaj.staworzynski@redembedded.com>
* LayoutTests/webrtc/stun-server-filtering.html:
* Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp:
(WebCore::RTCPeerConnection::iceServersFromConfiguration):
Canonical link: https://commits.webkit.org/284082@main1 parent 8b1be3f commit 95664cf
File tree
2 files changed
+4
-3
lines changed- LayoutTests/webrtc
- Source/WebCore/Modules/mediastream
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
| |||
0 commit comments