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

RDKDEV-1086: allow to pass "stuns" locators #1404

Open
wants to merge 1 commit into
base: wpe-2.38
Choose a base branch
from

Commits on Sep 18, 2024

  1. RDKDEV-1086: allow to pass "stuns" locators

    Based on the information found in the following tickets, comparisons and tests on PC Chrome and WPE2.38 and code review there are not available at all stuns implementation:
    
    https://issues.webrtc.org/issues/42225835
    https://issues.webrtc.org/issues/42230379
    https://issues.webrtc.org/issues/42227696
    
    After check "stuns" locators are processed by libwebrtc library in the same way like "stun" ones (udp only protocol is used), we could now allow to pass such locators without exception.
    
    We could accept stuns locator, but the inernal implementation in libwebrtc would do stun via UDP requests for that.
    mikolaj-staworzynski-red committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    55f743f View commit details
    Browse the repository at this point in the history