@polyvharmony/rtc-core-artc 4.4.0-p1-dev.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 ADDED
@@ -0,0 +1,5 @@
1
+ ## [v4.4.0-p1-dev.1] - 2024-10-11
2
+
3
+ 此项目是保利威鸿蒙 RTC SDK
4
+
5
+ 完整的项目介绍见 [鸿蒙多场景项目](https://github.com/polyv/polyv-harmony-livescenes-sdk-demo)
package/Index.d.ets ADDED
@@ -0,0 +1,3 @@
1
+ // @keepTs
2
+ // @ts-nocheck
3
+ export * from "./src/main/ets/d";
package/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ MIT License
2
+ Copyright (c) 2024, contributors of the POLYV project
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be included in
12
+ all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20
+ THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ POLYV 鸿蒙 RTC 项目
2
+ ===
3
+
4
+ ### 1 简介
5
+ 此项目是保利威鸿蒙 RTC SDK
6
+
7
+ 完整的项目介绍见 [鸿蒙多场景项目](https://github.com/polyv/polyv-harmony-livescenes-sdk-demo)
8
+
9
+ ### 2 下载安装
10
+
11
+ ```shell
12
+ ohpm install @polyvharmony/rtc-core-artc
13
+ ```
@@ -0,0 +1 @@
1
+ string page_show 0x02000000
Binary file
Binary file
@@ -0,0 +1,2 @@
1
+ -enable-property-obfuscation
2
+ -enable-toplevel-obfuscation
@@ -0,0 +1 @@
1
+ {"name":"@polyvharmony/rtc-core-artc","version":"4.4.0-p1-dev.1","description":"rtc-core-artc","author":"POLYV","repository":"https://github.com/polyv/polyv-harmony-livescenes-sdk-demo","license":"MIT","dependencies":{"@polyvharmony/rtc-sdk":"1.0.0-dev.1","@polyvharmony/media-player-foundation":"2.2.0","AgoraRtcSdk":"file:./libs/AgoraRtcSdk.har"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
package/package.json ADDED
@@ -0,0 +1 @@
1
+ {"name":"@polyvharmony/rtc-core-artc","version":"4.4.0-p1-dev.1","description":"rtc-core-artc","author":"POLYV","repository":"https://github.com/polyv/polyv-harmony-livescenes-sdk-demo","license":"MIT","dependencies":{"@polyvharmony/rtc-sdk":"1.0.0-dev.1","@polyvharmony/media-player-foundation":"2.2.0","AgoraRtcSdk":"file:./libs/AgoraRtcSdk.har"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
@@ -0,0 +1,8 @@
1
+ // @keepTs
2
+ // @ts-nocheck
3
+ import { i1, c1, j1, c3 } from "@polyvharmony/rtc-sdk";
4
+ export declare class d3 extends c3 {
5
+ static readonly instance: d3;
6
+ private constructor();
7
+ create(e3: i1, f3: j1): c1 | null;
8
+ }
@@ -0,0 +1,4 @@
1
+ // @keepTs
2
+ // @ts-nocheck
3
+ export declare const o = "PLVARTC";
4
+ export declare const t: MethodDecorator;
@@ -0,0 +1,41 @@
1
+ // @keepTs
2
+ // @ts-nocheck
3
+ import { h1, b1, i1, c1, j1, e1, l1, m1 } from '@polyvharmony/rtc-sdk';
4
+ import { Constants, IRtcEngineEventHandler, RtcStats } from 'AgoraRtcSdk';
5
+ export declare class n1 extends c1 implements IRtcEngineEventHandler {
6
+ readonly o1: i1;
7
+ readonly q1: j1;
8
+ constructor(a3: i1, b3: j1);
9
+ private s1;
10
+ private t1;
11
+ private readonly u1;
12
+ private init;
13
+ joinChannel(v2: string): number;
14
+ leaveChannel(): number;
15
+ renewToken(u2: h1): number;
16
+ enableAudio(enable: boolean): number;
17
+ z1(enable: boolean): number;
18
+ a2(enable: boolean): number;
19
+ enableVideo(enable: boolean): number;
20
+ b2(enable: boolean): number;
21
+ c2(enable: boolean): number;
22
+ d2(s2: l1): number;
23
+ i2(q2: string): e1;
24
+ j2(m2: m1): number;
25
+ o2(k2: string, l2: boolean): number;
26
+ q2(role: b1): number;
27
+ switchCamera(): number;
28
+ destroy(): number;
29
+ onJoinChannelSuccess(channel: string, uid: number, j2: number): void;
30
+ onRejoinChannelSuccess(h2: string, uid: number, i2: number): void;
31
+ onLeaveChannel(g2: RtcStats): void;
32
+ onUserJoined(uid: number, c2: number): void;
33
+ onUserMuteAudio(uid: number, muted: boolean): void;
34
+ onUserMuteVideo(uid: number, muted: boolean): void;
35
+ onUserOffline(uid: number, reason: number): void;
36
+ onTokenPrivilegeWillExpire(token: string): void;
37
+ onRequestToken(): void;
38
+ onConnectionStateChanged(state: Constants.ConnectionState, reason: Constants.ConnectionChangedReason): void;
39
+ onError(err: Constants.ErrorCode, message: string): void;
40
+ private s2;
41
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "app": {
3
+ "bundleName": "net.polyv.rtc",
4
+ "versionCode": 10000,
5
+ "versionName": "1.0.0",
6
+ "minAPIVersion": 50000012,
7
+ "targetAPIVersion": 50000012,
8
+ "apiReleaseType": "Release",
9
+ "compileSdkVersion": "5.0.0.71",
10
+ "compileSdkType": "HarmonyOS",
11
+ "appEnvironments": [],
12
+ "bundleType": "app"
13
+ },
14
+ "module": {
15
+ "name": "rtc_core_artc",
16
+ "type": "har",
17
+ "deviceTypes": [
18
+ "default",
19
+ "tablet"
20
+ ],
21
+ "packageName": "@polyvharmony/rtc-core-artc",
22
+ "installationFree": false,
23
+ "virtualMachine": "ark12.0.2.0",
24
+ "compileMode": "esmodule",
25
+ "dependencies": []
26
+ }
27
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "string": [
3
+ {
4
+ "name": "page_show",
5
+ "value": "page from package"
6
+ }
7
+ ]
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "string": [
3
+ {
4
+ "name": "page_show",
5
+ "value": "page from package"
6
+ }
7
+ ]
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "string": [
3
+ {
4
+ "name": "page_show",
5
+ "value": "page from package"
6
+ }
7
+ ]
8
+ }