mirror of
https://github.com/danog/libtgvoip.git
synced 2024-11-29 20:29:01 +01:00
Small typo fix
This commit is contained in:
parent
6d21427c6c
commit
42c4f5b525
4
TgVoip.h
4
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];
|
||||
|
Loading…
Reference in New Issue
Block a user