Bug 231733
Summary: | mobile network (LTE) ice callback return mDNS address | ||
---|---|---|---|
Product: | WebKit | Reporter: | neo <neo.jung> |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | gabor, youennf |
Priority: | P2 | ||
Version: | Safari 15 | ||
Hardware: | iPhone / iPad | ||
OS: | Unspecified |
neo
after getUserMedia({audio: true, video:true})
wifi is ok, but mobile network (LTE) ice callback return mDNS address
if use iceTransportPolicy='relay' there is no ice callback
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
Is it reproducing on latest iOS 15.1 beta?
I cannot reproduce using https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ and calling navigator.mediaDevices.getUserMedia({audio: true, video:true}) in web inspector.
neo
(In reply to youenn fablet from comment #1)
> Is it reproducing on latest iOS 15.1 beta?
> I cannot reproduce using
> https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ and
> calling navigator.mediaDevices.getUserMedia({audio: true, video:true}) in
> web inspector.
* OS Version: iOS 15.0.1 and iOS 15.0.2
* Network type : mobile network (ex - lte)
i already checked with this example.
https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice
this problem only mobile network (not wifi)
youenn fablet
Can you check with the latest IOS 15.1 beta?
neo
(In reply to youenn fablet from comment #3)
> Can you check with the latest IOS 15.1 beta?
it works on iOS 15.1 beta. (only 15.0.1 and 15.0.2 problem)
youenn fablet
Thanks neo, duping it to bug 230552.
*** This bug has been marked as a duplicate of bug 230552 ***