仲裁视频会议H5

package.json 672B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "trtc-sdk-v5",
  3. "version": "5.2.1",
  4. "description": "Tencent Cloud RTC SDK for Web",
  5. "main": "trtc.js",
  6. "types": "index.d.ts",
  7. "dependencies": {
  8. "webrtc-adapter": "^8.2.3"
  9. },
  10. "keywords": [
  11. "webrtc",
  12. "TRTC",
  13. "rtc",
  14. "call",
  15. "video call",
  16. "audio call",
  17. "javascript",
  18. "video",
  19. "audio",
  20. "camera",
  21. "microphone",
  22. "live streaming",
  23. "real-time communication"
  24. ],
  25. "homepage": "https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/en/TRTC.html",
  26. "repository": {
  27. "type": "git",
  28. "url": "git@github.com:LiteAVSDK/TRTC_Web.git"
  29. },
  30. "author": "Tencent Cloud Client R&D Center",
  31. "license": "ISC"
  32. }