jingle_ice_udp: Use an IpAddr for rel-addr too.

This commit is contained in:
Emmanuel Gil Peyrot 2019-02-28 03:36:04 +01:00
parent ba875cfd2a
commit 5592c11745

View file

@ -74,7 +74,7 @@ generate_element!(
protocol: Required<String> = "protocol", protocol: Required<String> = "protocol",
/// A related address as defined in ICE-CORE. /// A related address as defined in ICE-CORE.
rel_addr: Option<String> = "rel-addr", rel_addr: Option<IpAddr> = "rel-addr",
/// A related port as defined in ICE-CORE. /// A related port as defined in ICE-CORE.
rel_port: Option<u16> = "rel-port", rel_port: Option<u16> = "rel-port",