diff --git a/TgVoip.h b/TgVoip.h index d57f9b1..40eff39 100755 --- a/TgVoip.h +++ b/TgVoip.h @@ -20,14 +20,14 @@ enum class TgVoipEndpointType { TcpRelay }; -struct TgVoipEdpointHost { +struct TgVoipEndpointHost { std::string ipv4; std::string ipv6; }; struct TgVoipEndpoint { int64_t endpointId; - TgVoipEdpointHost host; + TgVoipEndpointHost host; uint16_t port; TgVoipEndpointType type; unsigned char peerTag[16];