jiuyiUniapp/jiuyi/node_modules/trtc-sdk-v5/package.json

33 lines
672 B
JSON
Raw Normal View History

2024-12-18 15:46:27 +08:00
{
"name": "trtc-sdk-v5",
"version": "5.8.0",
"description": "Tencent Cloud RTC SDK for Web",
"main": "trtc.js",
"types": "index.d.ts",
"dependencies": {
"webrtc-adapter": "^8.2.3"
},
"keywords": [
"webrtc",
"TRTC",
"rtc",
"call",
"video call",
"audio call",
"javascript",
"video",
"audio",
"camera",
"microphone",
"live streaming",
"real-time communication"
],
"homepage": "https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/en/TRTC.html",
"repository": {
"type": "git",
"url": "git@github.com:LiteAVSDK/TRTC_Web.git"
},
"author": "Tencent Cloud Client R&D Center",
"license": "ISC"
}