Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Add externalIPv4/externalIPv6 configs and API methods for them #27

Merged
merged 4 commits into from
Sep 11, 2020

Commits on Sep 10, 2020

  1. Add externalIPv4/externalIPv6 configs and API methods for them

    This setting follows the same rationale of the externalAddress setting, but the idea here is to make it dual stack friendly by splitting it into IPv4 and IPv6 specific configs and mangling compatible candidates with them
    
    For the sake of backwards compatibility, externalAddress has preference over these two. So when it`s set, they will be ignored
    prlanzarin committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    17e0182 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    6c34c1e View commit details
    Browse the repository at this point in the history
  2. webrtcendpoint: rewrite docs for externalAddress, externalIPv4, exter…

    …nalIPv6
    
    Add Javadoc/Jsdoc texts for new parameters externalIPv4, externalIPv6.
    Edit externalAddress to make all of them homogeneous.
    j1elo committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    674516f View commit details
    Browse the repository at this point in the history
  3. webrtcendpoint: deprecate externalAddress

    This is now superseded by the combination of externalIPv4 and
    externalIPv6.
    j1elo committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    82cebc8 View commit details
    Browse the repository at this point in the history