Bug 231733 - mobile network (LTE) ice callback return mDNS address
Summary: mobile network (LTE) ice callback return mDNS address
Status: RESOLVED DUPLICATE of bug 230552
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: Safari 15
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-14 04:36 PDT by neo
Modified: 2021-10-19 03:22 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description neo 2021-10-14 04:36:29 PDT
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
Comment 1 youenn fablet 2021-10-19 02:19:39 PDT
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.
Comment 2 neo 2021-10-19 02:28:30 PDT
(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)
Comment 3 youenn fablet 2021-10-19 03:07:37 PDT
Can you check with the latest IOS 15.1 beta?
Comment 4 neo 2021-10-19 03:18:30 PDT
(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)
Comment 5 youenn fablet 2021-10-19 03:22:05 PDT
Thanks neo, duping it to bug 230552.

*** This bug has been marked as a duplicate of bug 230552 ***