UNPKG
zego-express-engine-webrtc
Version:
aiagent (3.11.0-aiagent.187)
aidenoise (3.12.0-aidenoise.252)
beta (3.12.206)
latest (3.12.0)
old-version (2.20.5)
3.12.220
3.12.206
3.12.205
3.12.204
3.12.203
3.12.201
3.12.200
3.12.180
3.12.100
3.12.0
3.12.0-aidenoise.252
3.11.103
3.11.102
3.11.101
3.11.100
3.11.0
3.11.0-aiagent.187
3.10.140
3.10.103
3.10.101
3.10.100
3.10.0
3.9.180
3.9.140
3.9.123
3.9.122
3.9.0
3.8.181
3.8.180
3.8.140
3.8.120
3.8.0
3.7.6
3.7.5
3.7.4
3.7.3
3.7.2
3.7.1
3.7.0
3.6.1
3.6.0
3.5.1
3.5.0
3.4.0
3.3.0
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.26.2
2.26.1
2.26.0
2.25.10
2.25.8
2.25.6
2.25.5
2.25.2
2.25.1
2.25.0
2.24.8
2.24.6
2.24.5
2.24.0
2.23.1
2.23.0
2.22.3
2.22.1
2.22.0
2.21.0
2.20.5
2.20.4
2.20.3
2.20.2
2.20.1
2.20.0
2.19.0
2.18.0
2.17.2
2.17.1
2.17.0
2.16.1
2.16.0
2.15.1
2.15.0
2.14.0
2.13.0
2.12.3
2.12.2
2.12.1
2.12.0
2.11.3
2.11.2
2.11.1
2.11.0
2.10.1
2.10.0
2.9.1
2.9.0
2.8.1
2.8.0
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.19.0
1.18.0
1.17.1
1.17.0
1.16.5
1.16.1
1.16.0
1.15.1
1.15.0
1.14.2
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.1
1.8.0
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.1
zego webrtc express sdk
zego-express-engine-webrtc
/
sdk
/
src
/
plugin
/
zego-connection
/
util
/
IPCheckModule.d.ts
4 lines
(3 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
export
declare
function
isIPv4
(
ip
:
string
):
boolean
;
export
declare
function
isIPv6
(
ip
:
string
):
boolean
;
export
declare
function
determineIPType
(
ip
:
string
):
number
;