package.json 751 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@rtc-plugin/cdn-streaming",
  3. "version": "5.8.3",
  4. "description": "TRTC Web SDK 5.x CDN streaming plugin",
  5. "main": "./cdn-streaming.esm.js",
  6. "author": "longyuqi <longyuqi@tencent.com>",
  7. "module": "./cdn-streaming.esm.js",
  8. "repository": {
  9. "type": "git",
  10. "url": "git@github.com:LiteAVSDK/TRTC_Web.git"
  11. },
  12. "homepage": "https://web.sdk.qcloud.com/trtc/webrtc/v5/doc/en/tutorial-26-advanced-publish-cdn-stream.html",
  13. "keywords": [
  14. "webrtc",
  15. "TRTC",
  16. "rtc",
  17. "call",
  18. "video call",
  19. "audio call",
  20. "javascript",
  21. "video",
  22. "audio",
  23. "camera",
  24. "microphone",
  25. "live streaming",
  26. "real-time communication",
  27. "cdn",
  28. "mix transcode"
  29. ],
  30. "types": "./cdn-streaming.esm.d.ts"
  31. }