Skip to content

Chrome:WebRTC

Chrome에서 WebRTC 연동 관련 이슈 정리.

Flags

Temporarily unexpire M85 flags.
Temporarily unexpire flags that expired as of M85. These flags will be removed soon. – Mac, Windows, Linux, Chrome OS, Android
#temporary-unexpire-flags-m85
Anonymize local IPs exposed by WebRTC.
Conceal local IP addresses with mDNS hostnames. – Mac, Windows, Linux, Chrome OS
#enable-webrtc-hide-local-ips-with-mdns

localhost ICE

로컬 IP 주소가 mDNS 호스트 이름으로 숨겨지는 옵션을 중지해야 한다. 로컬 IP를 WebRTC ICE 후보에 노출하면 된다.

크롬 버전이 높다면 (아마도 m85 이상?) chrome://flags/#temporary-unexpire-flags-m85 플래그를 Enable로 수정한 후 Relaunch 해야 한다.

그리고 chrome://flags/#enable-webrtc-hide-local-ips-with-mdns 플래그를 Disable로 수정해야 한다.

Session Traversal Utilities for NAT#stun:localhost is not connect 항목 참조.

See also

Favorite site