You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1323
- Rust: In `TransportListenInfo` rename `announced_ip` to `announced_address`.
- Rust: In `IceCandidate` rename `ip` to `address`.
- Rust: In `TransportTuple` rename `local_ip` to `local_address`.
- Node: In `TransportListenInfo` rename `announcedIp` to `announcedAddress` and keep backwards compatibility.
- Node: In `IceCandidate` rename `ip` to `address` and keep backwards compatibility.
- Node: In `TransportTuple` rename `localIp` to `localAddress` and keep backwards compatibility.
**NOTE:** Why has been `TransportTuple.localIp` renamed to `TransportTuple.localAddress`? Because indeed its value is an announced address if a hostname was given in `announcedAddress` in a `TransportListenInfo`.
As per discussion in #1322:
Tasks:
TransportListenInfo
renameannounced_ip
toannounced_address
.IceCandidate
renameip
toaddress
.TransportTuple
renamelocal_ip
tolocal_address
.TransportListenInfo
renameannouncedIp
toannouncedAddress
and keep backwards compatibility.IceCandidate
renameip
toaddress
and keep backwards compatibility.TransportTuple
renamelocalIp
tolocalAddress
and keep backwards compatibility.The text was updated successfully, but these errors were encountered: