41 lines
970 B
JSON
41 lines
970 B
JSON
{
|
|
"name": "@tencentcloud/call-uikit-vue",
|
|
"version": "3.3.7",
|
|
"main": "./tuicall-uikit-vue.umd.js",
|
|
"module": "./tuicall-uikit-vue.es.js",
|
|
"types": "./types/index.d.ts",
|
|
"description": "An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.",
|
|
"homepage": "https://cloud.tencent.com/document/product/647/78731",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tencentyun/TUICallKit.git",
|
|
"directory": "Web"
|
|
},
|
|
"dependencies": {
|
|
"@tencentcloud/chat": "latest",
|
|
"@tencentcloud/tui-core": "latest",
|
|
"tuicall-engine-webrtc": "^3.1.2"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tencentyun/TUICallKit/issues"
|
|
},
|
|
"keywords": [
|
|
"call",
|
|
"video call",
|
|
"audio call",
|
|
"callkit",
|
|
"uikit",
|
|
"call uikit",
|
|
"video",
|
|
"audio",
|
|
"TRTC",
|
|
"camera",
|
|
"microphone",
|
|
"webrtc",
|
|
"real-time communication",
|
|
"javascript",
|
|
"rtc"
|
|
]
|
|
}
|