@byteplus/react-native-live-push 1.1.3-rc.3 → 1.2.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/android/build.gradle +2 -2
  2. package/android/src/main/java/com/volcengine/velive/rn/push/ClassHelper.java +9 -0
  3. package/android/src/main/java/com/volcengine/velive/rn/push/NativeVariableManager.java +5 -8
  4. package/android/src/main/java/com/volcengine/velive/rn/push/VeLivePushModule.java +1 -0
  5. package/android/src/main/java/com/volcengine/velive/rn/push/mixer/MixerManager.java +157 -144
  6. package/android/src/main/java/com/volcengine/velive/rn/push/mixer/MixerView.java +33 -22
  7. package/ios/VeLiveMixerHelper.h +7 -5
  8. package/ios/VeLiveMixerHelper.m +32 -3
  9. package/ios/VeLiveMixerView.m +120 -112
  10. package/ios/VeLiveMixerViewManager.m +2 -2
  11. package/lib/commonjs/index.js +25072 -23532
  12. package/lib/commonjs/typescript/android/index.d.ts +0 -3
  13. package/lib/commonjs/typescript/codegen/android/api.d.ts +190 -644
  14. package/lib/commonjs/typescript/codegen/android/callback.d.ts +234 -2
  15. package/lib/commonjs/typescript/codegen/android/errorcode.d.ts +66 -0
  16. package/lib/commonjs/typescript/codegen/android/keytype.d.ts +1014 -181
  17. package/lib/commonjs/typescript/codegen/ios/api.d.ts +890 -0
  18. package/lib/commonjs/typescript/codegen/ios/callback.d.ts +162 -0
  19. package/lib/commonjs/typescript/codegen/ios/errorcode.d.ts +101 -1
  20. package/lib/commonjs/typescript/codegen/ios/keytype.d.ts +694 -0
  21. package/lib/commonjs/typescript/codegen/pack/api.d.ts +303 -686
  22. package/lib/commonjs/typescript/codegen/pack/callback.d.ts +37 -38
  23. package/lib/commonjs/typescript/codegen/pack/errorcode.d.ts +75 -5
  24. package/lib/commonjs/typescript/codegen/pack/keytype.d.ts +1002 -298
  25. package/lib/commonjs/typescript/core/api.d.ts +2 -1
  26. package/lib/commonjs/typescript/core/keytype.d.ts +1 -0
  27. package/lib/commonjs/typescript/core/pusher.d.ts +0 -3
  28. package/lib/module/index.js +25074 -23533
  29. package/lib/module/typescript/android/index.d.ts +0 -3
  30. package/lib/module/typescript/codegen/android/api.d.ts +190 -644
  31. package/lib/module/typescript/codegen/android/callback.d.ts +234 -2
  32. package/lib/module/typescript/codegen/android/errorcode.d.ts +66 -0
  33. package/lib/module/typescript/codegen/android/keytype.d.ts +1014 -181
  34. package/lib/module/typescript/codegen/ios/api.d.ts +890 -0
  35. package/lib/module/typescript/codegen/ios/callback.d.ts +162 -0
  36. package/lib/module/typescript/codegen/ios/errorcode.d.ts +101 -1
  37. package/lib/module/typescript/codegen/ios/keytype.d.ts +694 -0
  38. package/lib/module/typescript/codegen/pack/api.d.ts +303 -686
  39. package/lib/module/typescript/codegen/pack/callback.d.ts +37 -38
  40. package/lib/module/typescript/codegen/pack/errorcode.d.ts +75 -5
  41. package/lib/module/typescript/codegen/pack/keytype.d.ts +1002 -298
  42. package/lib/module/typescript/core/api.d.ts +2 -1
  43. package/lib/module/typescript/core/keytype.d.ts +1 -0
  44. package/lib/module/typescript/core/pusher.d.ts +0 -3
  45. package/lib/typescript/android/index.d.ts +0 -3
  46. package/lib/typescript/codegen/android/api.d.ts +190 -644
  47. package/lib/typescript/codegen/android/callback.d.ts +234 -2
  48. package/lib/typescript/codegen/android/errorcode.d.ts +66 -0
  49. package/lib/typescript/codegen/android/keytype.d.ts +1014 -181
  50. package/lib/typescript/codegen/ios/api.d.ts +890 -0
  51. package/lib/typescript/codegen/ios/callback.d.ts +162 -0
  52. package/lib/typescript/codegen/ios/errorcode.d.ts +101 -1
  53. package/lib/typescript/codegen/ios/keytype.d.ts +694 -0
  54. package/lib/typescript/codegen/pack/api.d.ts +303 -686
  55. package/lib/typescript/codegen/pack/callback.d.ts +37 -38
  56. package/lib/typescript/codegen/pack/errorcode.d.ts +75 -5
  57. package/lib/typescript/codegen/pack/keytype.d.ts +1002 -298
  58. package/lib/typescript/core/api.d.ts +2 -1
  59. package/lib/typescript/core/keytype.d.ts +1 -0
  60. package/lib/typescript/core/pusher.d.ts +0 -3
  61. package/package.json +1 -1
  62. package/react-native-velive-push.podspec +3 -3
  63. package/android/src/main/java/com/volcengine/velive/rn/push/ScreenCaptureHelper.java +0 -73

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.