UNPKG
@voicenter-team/vsip
Version:
latest (1.1.63)
1.1.63
1.1.62
1.1.61
1.1.60
1.1.59
1.1.53
1.1.7
1.1.0
1.0.55
1.0.39
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A vue based jssip wrapper.
github.com/VoicenterTeam/vsip
VoicenterTeam/vsip
@voicenter-team/vsip
/
helpers
/
webrtcmetrics
/
utils
/
shortUUId.js
4 lines
•
94 B
JavaScript
View Raw
1
2
3
4
export
default
function
shortUUID
(
) {
const
uuid = +
new
Date
();
return
`
${uuid}
`
; }