@polyvharmony/rtc-core-artc 1.4.0-v4.4.2-dev.260303.5 → 1.4.0-v4.4.2-dev.260701.1

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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## [v1.4.0-v4.4.2-dev.260303.5] - 2026-03-03
1
+ ## [v1.4.0-v4.4.2-dev.260701.1] - 2026-07-02
2
2
 
3
3
  此项目是保利威鸿蒙 RTC SDK
4
4
 
package/ets/modules.abc CHANGED
Binary file
package/oh-package.json5 CHANGED
@@ -1 +1 @@
1
- {"name":"@polyvharmony/rtc-core-artc","version":"1.4.0-v4.4.2-dev.260303.5","description":"rtc-core-artc","author":"POLYV","repository":"https://github.com/polyv/polyv-harmony-livescenes-sdk-demo","license":"MIT","dependencies":{"@polyvharmony/rtc-sdk":"1.4.0-dev.260303.5","@polyvharmony/common-libs":"1.0.2","@shengwang/rtc-full":"file:./libs/agora-rtc-full-4.4.2.har"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"@polyvharmony/rtc-sdk":"1.4.0-dev.260303.5","@polyvharmony/common-libs":"1.0.2","@shengwang/rtc-full":"4.4.2"},"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
1
+ {"name":"@polyvharmony/rtc-core-artc","version":"1.4.0-v4.4.2-dev.260701.1","description":"rtc-core-artc","author":"POLYV","repository":"https://github.com/polyv/polyv-harmony-livescenes-sdk-demo","license":"MIT","dependencies":{"@polyvharmony/rtc-sdk":"1.4.0-dev.260701.1","@polyvharmony/common-libs":"1.0.2","@shengwang/rtc-full":"file:./libs/agora-rtc-full-4.4.2.har"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"@polyvharmony/rtc-sdk":"1.4.0-dev.260701.1","@polyvharmony/common-libs":"1.0.2","@shengwang/rtc-full":"4.4.2"},"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@polyvharmony/rtc-core-artc","version":"1.4.0-v4.4.2-dev.260303.5","description":"rtc-core-artc","author":"POLYV","repository":"https://github.com/polyv/polyv-harmony-livescenes-sdk-demo","license":"MIT","dependencies":{"@polyvharmony/rtc-sdk":"1.4.0-dev.260303.5","@polyvharmony/common-libs":"1.0.2","@shengwang/rtc-full":"file:./libs/agora-rtc-full-4.4.2.har"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"@polyvharmony/rtc-sdk":"1.4.0-dev.260303.5","@polyvharmony/common-libs":"1.0.2","@shengwang/rtc-full":"4.4.2"},"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
1
+ {"name":"@polyvharmony/rtc-core-artc","version":"1.4.0-v4.4.2-dev.260701.1","description":"rtc-core-artc","author":"POLYV","repository":"https://github.com/polyv/polyv-harmony-livescenes-sdk-demo","license":"MIT","dependencies":{"@polyvharmony/rtc-sdk":"1.4.0-dev.260701.1","@polyvharmony/common-libs":"1.0.2","@shengwang/rtc-full":"file:./libs/agora-rtc-full-4.4.2.har"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"@polyvharmony/rtc-sdk":"1.4.0-dev.260701.1","@polyvharmony/common-libs":"1.0.2","@shengwang/rtc-full":"4.4.2"},"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
@@ -14,6 +14,9 @@ export declare class PLVARTCEngine extends PLVRTCEngine implements IRtcEngineEve
14
14
  getSupportRTCTypes(): PLVRTCType[];
15
15
  joinChannel(c4: string): number;
16
16
  leaveChannel(): number;
17
+ startScreenCapture(): number;
18
+ stopScreenCapture(): number;
19
+ isScreenCaptureSupported(): boolean;
17
20
  renewToken(a4: PLVRTCAppToken): number;
18
21
  enableAudio(z3: boolean): number;
19
22
  enableLocalAudioCapture(y3: boolean): number;
@@ -1 +1 @@
1
- {"app":{"bundleName":"net.polyv.rtc","debug":false,"versionCode":10000,"versionName":"1.0.0","minAPIVersion":50000012,"targetAPIVersion":60000020,"apiReleaseType":"Release","targetMinorAPIVersion":0,"targetPatchAPIVersion":0,"compileSdkVersion":"6.0.0.47","compileSdkType":"HarmonyOS","appEnvironments":[],"bundleType":"app","buildMode":"release"},"module":{"name":"rtc_core_artc","type":"har","deviceTypes":["default","tablet"],"packageName":"@polyvharmony/rtc-core-artc","installationFree":false,"virtualMachine":"ark12.0.2.0","compileMode":"esmodule","dependencies":[]}}
1
+ {"app":{"bundleName":"net.polyv.rtc","debug":false,"versionCode":10000,"versionName":"1.0.0","minAPIVersion":50000012,"targetAPIVersion":60002022,"apiReleaseType":"Release","targetMinorAPIVersion":0,"targetPatchAPIVersion":0,"compileSdkVersion":"6.0.2.130","compileSdkType":"HarmonyOS","appEnvironments":[],"bundleType":"app","buildMode":"release"},"module":{"name":"rtc_core_artc","type":"har","deviceTypes":["default","tablet"],"packageName":"@polyvharmony/rtc-core-artc","installationFree":false,"virtualMachine":"ark12.0.2.0","compileMode":"esmodule","dependencies":[]}}