1234567891011121314151617181920212223242526272829 |
- {
- "name": "@rtc-plugin/device-detector",
- "version": "5.8.3",
- "description": "TRTC Web SDK 5.x device detector plugin",
- "main": "./device-detector.esm.js",
- "author": "edwards <edwards@tencent.com>",
- "module": "./device-detector.esm.js",
- "repository": {
- "type": "git",
- "url": "git@github.com:LiteAVSDK/TRTC_Web.git"
- },
- "homepage": "https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/zh-cn/TRTC.html#startPlugin",
- "keywords": [
- "detect",
- "device-detect",
- "webrtc",
- "TRTC",
- "rtc",
- "call",
- "video call",
- "audio call",
- "javascript",
- "video",
- "audio",
- "camera",
- "microphone"
- ],
- "types": "./device-detector.esm.d.ts"
- }
|