33 lines
697 B
JSON
33 lines
697 B
JSON
{
|
|
"name": "tuicall-engine-webrtc",
|
|
"version": "3.1.5",
|
|
"description": "腾讯云 TRTC TUICallEngine",
|
|
"main": "tuicall-engine-webrtc.js",
|
|
"types": "index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent-RTC/rtc-call-engine/tree/main/Web"
|
|
},
|
|
"dependencies": {
|
|
"trtc-cloud-js-sdk": "^2.4.0",
|
|
"@tencentcloud/chat": "latest",
|
|
"rtc-ai-denoiser": "latest"
|
|
},
|
|
"author": "Tencent Cloud Terminal R&D Center",
|
|
"keywords": [
|
|
"call",
|
|
"video call",
|
|
"audio call",
|
|
"video",
|
|
"audio",
|
|
"TRTC",
|
|
"camera",
|
|
"microphone",
|
|
"webrtc",
|
|
"real-time communication",
|
|
"javascript",
|
|
"rtc"
|
|
],
|
|
"license": "ISC"
|
|
}
|