zego-express-engine-webrtc
Version:
zego webrtc express sdk
8 lines (7 loc) • 438 B
TypeScript
export declare function parseIPV4ToString(ipAddress: number): string;
export declare function parseIPV4ToNumber(ipAddress: string): number;
export declare function paseIPV4ToUInt32(ip: string): number;
export declare function isIPv4(ip: string): boolean;
export declare function isIPv6(ip: string): boolean;
export declare function determineIPType(ip: string): number;
export declare function getTurnServerIP(str: string): string;