@polyvharmony/live-scenes-sdk 1.3.3 → 1.3.4

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.
@@ -3,18 +3,18 @@
3
3
  /**
4
4
  * Use these variables when you tailor your ArkTS code. They must be of the const type.
5
5
  */
6
- export declare const HAR_VERSION = "1.3.3";
6
+ export declare const HAR_VERSION = "1.3.4";
7
7
  export declare const BUILD_MODE_NAME = "release";
8
8
  export declare const DEBUG = false;
9
9
  export declare const TARGET_NAME = "default";
10
- export declare const BUILD_TIME = "20251205";
10
+ export declare const BUILD_TIME = "20251226";
11
11
  /**
12
12
  * BuildProfile Class is used only for compatibility purposes.
13
13
  */
14
14
  export default class BuildProfile {
15
- static readonly HAR_VERSION = "1.3.3";
15
+ static readonly HAR_VERSION = "1.3.4";
16
16
  static readonly BUILD_MODE_NAME = "release";
17
17
  static readonly DEBUG = false;
18
18
  static readonly TARGET_NAME = "default";
19
- static readonly BUILD_TIME = "20251205";
19
+ static readonly BUILD_TIME = "20251226";
20
20
  }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## [v1.3.4] - 2025-12-26
2
+
3
+ ### 【观看端场景】
4
+
5
+ 修复优化:
6
+
7
+ 1. 聊天室引用消息显示ui优化 [Demo]
8
+ 2. 优化httpdns解析功能 [Demo、SDK]
9
+
10
+ ### 【开播端场景】
11
+
12
+ 修复优化:
13
+
14
+ 1. 聊天室引用消息显示ui优化 [Demo]
15
+ 2. 优化httpdns解析功能 [Demo、SDK]
16
+
17
+ ### 【SDK】
18
+
19
+ 新增功能:
20
+
21
+ 1. 聊天室socket支持https [SDK]
22
+
1
23
  ## [v1.3.3] - 2025-12-05
2
24
 
3
25
  ### 【观看端场景】
package/ets/modules.abc CHANGED
Binary file
package/oh-package.json5 CHANGED
@@ -1 +1 @@
1
- {"name":"@polyvharmony/live-scenes-sdk","version":"1.3.3","description":"polyv live-scenes-sdk","author":"POLYV","license":"MIT","dependencies":{"@polyvharmony/live-scenes-foundation":"1.3.3","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.0","@polyvharmony/rtc-sdk":"1.3.0"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"@polyvharmony/live-scenes-foundation":"1.3.3","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.0","@polyvharmony/rtc-sdk":"1.3.0"},"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
1
+ {"name":"@polyvharmony/live-scenes-sdk","version":"1.3.4","description":"polyv live-scenes-sdk","author":"POLYV","license":"MIT","dependencies":{"@polyvharmony/live-scenes-foundation":"1.3.4","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.1","@polyvharmony/rtc-sdk":"1.3.0"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"@polyvharmony/live-scenes-foundation":"1.3.4","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.1","@polyvharmony/rtc-sdk":"1.3.0"},"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@polyvharmony/live-scenes-sdk","version":"1.3.3","description":"polyv live-scenes-sdk","author":"POLYV","license":"MIT","dependencies":{"@polyvharmony/live-scenes-foundation":"1.3.3","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.0","@polyvharmony/rtc-sdk":"1.3.0"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"@polyvharmony/live-scenes-foundation":"1.3.3","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.0","@polyvharmony/rtc-sdk":"1.3.0"},"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
1
+ {"name":"@polyvharmony/live-scenes-sdk","version":"1.3.4","description":"polyv live-scenes-sdk","author":"POLYV","license":"MIT","dependencies":{"@polyvharmony/live-scenes-foundation":"1.3.4","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.1","@polyvharmony/rtc-sdk":"1.3.0"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"byteCodeHar":true,"sourceRoots":["./src/main"],"debug":false,"dependencyPkgVersion":{"@polyvharmony/live-scenes-foundation":"1.3.4","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.7.1","@polyvharmony/rtc-sdk":"1.3.0"},"declarationEntry":[],"useNormalizedOHMUrl":true},"compatibleSdkVersionStage":"beta1","compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
@@ -25,7 +25,7 @@ export declare class PLVChatPlaybackDataVO implements IPLVIdEvent {
25
25
  user?: PLVSocketUserBean;
26
26
  parsedData?: string[];
27
27
  inserted?: boolean;
28
- constructor(z109?: string, a110?: number, b110?: string, c110?: string, d110?: string, e110?: string, f110?: string, g110?: string, h110?: string, i110?: string, j110?: string, k110?: number, l110?: number, m110?: number);
28
+ constructor(a110?: string, b110?: number, c110?: string, d110?: string, e110?: string, f110?: string, g110?: string, h110?: string, i110?: string, j110?: string, k110?: string, l110?: number, m110?: number, n110?: number);
29
29
  fill(): void;
30
30
  getUniqueId(): string;
31
31
  isImgMsgType(): boolean;
@@ -5,7 +5,7 @@ import { PLVBaseModule } from '../../common/PLVBaseModule';
5
5
  import { PLVChannelData } from '../../common/PLVChannelData';
6
6
  export declare class PLVPlayerManager extends PLVBaseModule {
7
7
  private readonly _mainMediaPlayer;
8
- constructor(s109: PLVChannelData);
8
+ constructor(t109: PLVChannelData);
9
9
  get mainMediaPlayer(): PLVMediaPlayer;
10
10
  startMainMediaPlayerWithComponent(u74: object): void;
11
11
  changePlaybackVid(t74?: string): void;
@@ -7,5 +7,5 @@ export declare class PLVRedpackCacheVO {
7
7
  roomId: string;
8
8
  viewerId: string;
9
9
  redPaperReceiveType: string;
10
- constructor(t109: string, u109: string, v109: string, w109: string, x109: string, y109: string);
10
+ constructor(u109: string, v109: string, w109: string, x109: string, y109: string, z109: string);
11
11
  }
@@ -56,7 +56,7 @@ export declare class PLVSocketManager extends PLVSocketIO implements IPLVBaseMod
56
56
  * 添加所需监听的socket事件
57
57
  * @param onEvents
58
58
  */
59
- addOnEvent(r86: string[]): void;
59
+ addOnEvent(q86: string[]): void;
60
60
  /**
61
61
  * 是否处于已连接状态
62
62
  * @returns
@@ -66,16 +66,16 @@ export declare class PLVSocketManager extends PLVSocketIO implements IPLVBaseMod
66
66
  * 断开
67
67
  * @param noCallSocketClose
68
68
  */
69
- disconnect(q86?: boolean | undefined): void;
69
+ disconnect(p86?: boolean | undefined): void;
70
70
  /**
71
71
  * 销毁
72
72
  * @param noCallSocketClose
73
73
  */
74
- destroy(p86?: boolean): void;
74
+ destroy(o86?: boolean): void;
75
75
  private loginRoom;
76
76
  private onSocketIOStatus;
77
77
  private attachListeners;
78
- private onSocketIOData;
78
+ private dispatchSocketIOData;
79
79
  private processSocketData;
80
80
  private getChatTokenConnect;
81
81
  private connectSocket;
@@ -1 +1 @@
1
- {"app":{"bundleName":"net.plv.livescenes.demo","debug":false,"versionCode":1030300,"versionName":"1.3.3","minAPIVersion":50000012,"targetAPIVersion":60000020,"apiReleaseType":"Release","targetMinorAPIVersion":0,"targetPatchAPIVersion":0,"compileSdkVersion":"6.0.0.47","compileSdkType":"HarmonyOS","appEnvironments":[],"bundleType":"app","buildMode":"release"},"module":{"name":"sdk","type":"har","deviceTypes":["default","tablet","2in1"],"packageName":"@polyvharmony/live-scenes-sdk","installationFree":false,"virtualMachine":"ark12.0.2.0","compileMode":"esmodule","dependencies":[]}}
1
+ {"app":{"bundleName":"net.plv.livescenes.demo","debug":false,"versionCode":1030400,"versionName":"1.3.4","minAPIVersion":50000012,"targetAPIVersion":60000020,"apiReleaseType":"Release","targetMinorAPIVersion":0,"targetPatchAPIVersion":0,"compileSdkVersion":"6.0.0.47","compileSdkType":"HarmonyOS","appEnvironments":[],"bundleType":"app","buildMode":"release"},"module":{"name":"sdk","type":"har","deviceTypes":["default","tablet","2in1"],"packageName":"@polyvharmony/live-scenes-sdk","installationFree":false,"virtualMachine":"ark12.0.2.0","compileMode":"esmodule","dependencies":[]}}