33 lines
672 B
JSON
33 lines
672 B
JSON
{
|
|
"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"
|
|
}
|