| 1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "trtc-sdk-v5",
- "version": "5.2.1",
- "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"
- }
|