package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name":"Html5App-TencentCall",
  3. "id": "Html5App-TencentCall",
  4. "version": "3.2.0",
  5. "description": "Android 和 IOS 腾讯云视频通话插件",
  6. "_dp_type": "nativeplugin",
  7. "_dp_nativeplugin": {
  8. "ios": {
  9. "plugins":[
  10. {
  11. "type":"module",
  12. "name": "Html5App-TencentCall",
  13. "class": "TencentPlug"
  14. }
  15. ],
  16. "integrateType":"framework",
  17. "frameworks": ["libresolv.tbd"],
  18. "resources": ["TXLAV.bundle"],
  19. "deploymentTarget": "8.0",
  20. "parameters": {
  21. "sdkAppId": {
  22. "des": "腾讯云视频通话sdkAppId",
  23. "key": "tencenttrtc:appid"
  24. }
  25. }
  26. },
  27. "android": {
  28. "plugins": [{
  29. "type":"module",
  30. "name":"Html5App-TencentCall",
  31. "class": "com.html5app.uni_tencent_call.Plug"
  32. }],
  33. "integrateType": "aar",
  34. "minSdkVersion": "16",
  35. "dependencies": [
  36. "com.squareup.okhttp3:logging-interceptor:3.8.1",
  37. "com.android.support:multidex:1.0.0"
  38. ],
  39. "parameters": {
  40. "sdkAppId": {
  41. "des": "腾讯云视频通话sdkAppId",
  42. "key": "tencenttrtc:appid"
  43. }
  44. }
  45. }
  46. }
  47. }