@polyvharmony/rtc-sdk 1.0.0-dev.5 → 1.0.0-dev.6
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
|
package/oh-package.json5
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@polyvharmony/rtc-sdk","version":"1.0.0-dev.
|
|
1
|
+
{"name":"@polyvharmony/rtc-sdk","version":"1.0.0-dev.6","description":"rtc-sdk","author":"POLYV","repository":"https://github.com/polyv/polyv-harmony-livescenes-sdk-demo","license":"MIT","dependencies":{"@polyvharmony/media-player-foundation":"2.3.1-dev.3"},"types":"Index.d.ts","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-sdk","version":"1.0.0-dev.
|
|
1
|
+
{"name":"@polyvharmony/rtc-sdk","version":"1.0.0-dev.6","description":"rtc-sdk","author":"POLYV","repository":"https://github.com/polyv/polyv-harmony-livescenes-sdk-demo","license":"MIT","dependencies":{"@polyvharmony/media-player-foundation":"2.3.1-dev.3"},"types":"Index.d.ts","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
|
|
@@ -35,6 +35,10 @@ export declare abstract class PLVRTCEngineEventCallback {
|
|
|
35
35
|
* 网络质量回调
|
|
36
36
|
*/
|
|
37
37
|
onNetworkQuality(linkmicId: string, upQuality: PLVRTCNetworkQuality, downQuality: PLVRTCNetworkQuality): void;
|
|
38
|
+
/**
|
|
39
|
+
* 回调 通过RTC强制下麦
|
|
40
|
+
*/
|
|
41
|
+
onKickOut(code: number): void;
|
|
38
42
|
/**
|
|
39
43
|
* 错误回调
|
|
40
44
|
*/
|