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

Candidates from loopback, cellular interface getting added with IP 127.0.0.1 and 0.0.0.0 while using WiFi(Found on Android). #77

Closed
Mohamed-Risaldar opened this issue Jun 16, 2023 · 0 comments · Fixed by #78

Comments

@Mohamed-Risaldar
Copy link

Below are the sample candidates got added while connecting using WiFi which never connects.

  1. RTCIceCandidate_YqwKRfA2 - local-candidate - 1686915646988416.0 - {candidateType: host, protocol: udp, address: 127.0.0.1, transportId: RTCTransport_0_1, port: 37661, vpn: false, isRemote: false, ip: 127.0.0.1, networkAdapterType: loopback, networkType: unknown, priority: 2121932543}.
  2. RTCIceCandidate_NLGxfctm - local-candidate - 1686915646988416.0 - {candidateType: host, protocol: tcp, address: 127.0.0.1, transportId: RTCTransport_0_1, port: 33007, vpn: false, isRemote: false, ip: 127.0.0.1, networkAdapterType: loopback, networkType: unknown, priority: 1517952767}.
  3. RTCIceCandidate_Ab+ycNxZ - local-candidate - 1686915646988416.0 - {candidateType: host, protocol: tcp, address: 0.0.0.0, transportId: RTCTransport_0_1, port: 60505, vpn: false, isRemote: false, ip: 0.0.0.0, networkAdapterType: cellular, networkType: cellular, priority: 1518083839}.
  4. RTCIceCandidate_Fl3Aldbc - local-candidate - 1686915646988416.0 - {candidateType: host, protocol: tcp, address: 0.0.0.0, transportId: RTCTransport_0_1, port: 50047, vpn: false, isRemote: false, ip: 0.0.0.0, networkAdapterType: wifi, networkType: wifi, priority: 1518214911}.
@Mohamed-Risaldar Mohamed-Risaldar changed the title Candidates from loopback, cellular interface getting added with IP 127.0.0.1 and 0.0.0.0 while using WiFi. Candidates from loopback, cellular interface getting added with IP 127.0.0.1 and 0.0.0.0 while using WiFi on Android / iOS. Jun 16, 2023
@Mohamed-Risaldar Mohamed-Risaldar changed the title Candidates from loopback, cellular interface getting added with IP 127.0.0.1 and 0.0.0.0 while using WiFi on Android / iOS. Candidates from loopback, cellular interface getting added with IP 127.0.0.1 and 0.0.0.0 while using WiFi.(Found on Android). Jun 16, 2023
@Mohamed-Risaldar Mohamed-Risaldar changed the title Candidates from loopback, cellular interface getting added with IP 127.0.0.1 and 0.0.0.0 while using WiFi.(Found on Android). Candidates from loopback, cellular interface getting added with IP 127.0.0.1 and 0.0.0.0 while using WiFi(Found on Android). Jun 16, 2023
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

Successfully merging a pull request may close this issue.

1 participant