123456789101112131415161718192021222324252627282930 |
- {
- "name": "@rtc-plugin/virtual-background",
- "version": "5.8.3",
- "description": "TRTC Web SDK 5.x virtual background plugin",
- "main": "./virtual-background.esm.js",
- "author": "longyuqi <longyuqi@tencent.com>",
- "module": "./virtual-background.esm.js",
- "repository": {
- "type": "git",
- "url": "git@github.com:LiteAVSDK/TRTC_Web.git"
- },
- "homepage": "https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/en/tutorial-36-advanced-virtual-background.html",
- "keywords": [
- "webrtc",
- "TRTC",
- "rtc",
- "call",
- "video call",
- "audio call",
- "javascript",
- "video",
- "audio",
- "camera",
- "microphone",
- "live streaming",
- "real-time communication",
- "blur background"
- ],
- "types": "./virtual-background.esm.d.ts"
- }
|