@polyvharmony/rtc-core-artc 4.4.0-p1 → 4.4.1-p1-dev.2
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
package/ets/modules.abc
CHANGED
|
Binary file
|
|
Binary file
|
package/oh-package.json5
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@polyvharmony/rtc-core-artc","version":"4.4.
|
|
1
|
+
{"name":"@polyvharmony/rtc-core-artc","version":"4.4.1-p1-dev.2","description":"rtc-core-artc","author":"POLYV","repository":"https://github.com/polyv/polyv-harmony-livescenes-sdk-demo","license":"MIT","dependencies":{"@polyvharmony/rtc-sdk":"1.1.0-dev.2","@polyvharmony/media-player-foundation":"2.3.2-dev.1","@shengwang/rtc-full":"file:./libs/agora-rtc-full-4.4.1.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
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@polyvharmony/rtc-core-artc","version":"4.4.
|
|
1
|
+
{"name":"@polyvharmony/rtc-core-artc","version":"4.4.1-p1-dev.2","description":"rtc-core-artc","author":"POLYV","repository":"https://github.com/polyv/polyv-harmony-livescenes-sdk-demo","license":"MIT","dependencies":{"@polyvharmony/rtc-sdk":"1.1.0-dev.2","@polyvharmony/media-player-foundation":"2.3.2-dev.1","@shengwang/rtc-full":"file:./libs/agora-rtc-full-4.4.1.har"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @keepTs
|
|
2
2
|
// @ts-nocheck
|
|
3
|
-
import { PLVRTCAppToken, PLVRTCClientRole, PLVRTCConfig, PLVRTCEngine, PLVRTCEngineEventCallback, PLVRTCMediaState, PLVRTCRenderViewParam, PLVRTCVideoEncodeParam, PLVRTCVideoRenderParam } from '@polyvharmony/rtc-sdk';
|
|
4
|
-
import { AudioVolumeInfo, Constants, IRtcEngineEventHandler, RtcStats } from '
|
|
3
|
+
import { PLVRTCAppToken, PLVRTCClientRole, PLVRTCConfig, PLVRTCEngine, PLVRTCEngineEventCallback, PLVRTCMediaState, PLVRTCRenderViewParam, PLVRTCType, PLVRTCVideoEncodeParam, PLVRTCVideoRenderParam } from '@polyvharmony/rtc-sdk';
|
|
4
|
+
import { AudioVolumeInfo, Constants, IRtcEngineEventHandler, RtcStats } from '@shengwang/rtc-full';
|
|
5
5
|
export declare class PLVARTCEngine extends PLVRTCEngine implements IRtcEngineEventHandler {
|
|
6
6
|
readonly rtcConfig: PLVRTCConfig;
|
|
7
7
|
readonly eventCallback: PLVRTCEngineEventCallback;
|
|
@@ -10,6 +10,7 @@ export declare class PLVARTCEngine extends PLVRTCEngine implements IRtcEngineEve
|
|
|
10
10
|
private currentJoinedChannelId;
|
|
11
11
|
private readonly channelRemoteUserMediaStates;
|
|
12
12
|
private init;
|
|
13
|
+
getSupportRTCTypes(): PLVRTCType[];
|
|
13
14
|
joinChannel(s2: string): number;
|
|
14
15
|
leaveChannel(): number;
|
|
15
16
|
renewToken(q2: PLVRTCAppToken): number;
|