Skip to content
  • Mathieu Duponchelle's avatar
    webrtc: expose ice-transport-policy property · 85c75bb2
    Mathieu Duponchelle authored and Olivier Crête's avatar Olivier Crête committed
    This is the equivalent of iceTransportPolicy in the RTCConfiguration
    dictionary.
    
    Only two values are implemented:
    
    * all: default behaviour
    * relay: only gather relay candidates
    
    The third member of the iceTransportPolicy enum, "public", is
    obsolete.
    85c75bb2