ORTC has: enum RTCIceGatherPolicy { "all", "nohost", "relay" }; WebRTC has: enum RTCIceTransportPolicy { "none", "relay", "all" }; Consistency might be desirable with respect to "none" vs. "nohost".