mirror of
https://github.com/danog/libtgvoip.git
synced 2024-11-30 04:39:03 +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
|
TcpRelay
|
||||||
};
|
};
|
||||||
|
|
||||||
struct TgVoipEdpointHost {
|
struct TgVoipEndpointHost {
|
||||||
std::string ipv4;
|
std::string ipv4;
|
||||||
std::string ipv6;
|
std::string ipv6;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct TgVoipEndpoint {
|
struct TgVoipEndpoint {
|
||||||
int64_t endpointId;
|
int64_t endpointId;
|
||||||
TgVoipEdpointHost host;
|
TgVoipEndpointHost host;
|
||||||
uint16_t port;
|
uint16_t port;
|
||||||
TgVoipEndpointType type;
|
TgVoipEndpointType type;
|
||||||
unsigned char peerTag[16];
|
unsigned char peerTag[16];
|
||||||
|
Loading…
Reference in New Issue
Block a user