@polyvharmony/live-scenes-sdk 1.3.4 → 1.3.5

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.4";
6
+ export declare const HAR_VERSION = "1.3.5";
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 = "20251226";
10
+ export declare const BUILD_TIME = "20260116";
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.4";
15
+ static readonly HAR_VERSION = "1.3.5";
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 = "20251226";
19
+ static readonly BUILD_TIME = "20260116";
20
20
  }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [v1.3.5] - 2026-01-16
2
+
3
+ ### 【观看端场景】
4
+
5
+ 新增功能:
6
+
7
+ 1. 登录频道支持自动选择后台配置的观看模板 [Demo、SDK]
8
+
1
9
  ## [v1.3.4] - 2025-12-26
2
10
 
3
11
  ### 【观看端场景】
package/ets/modules.abc CHANGED
Binary file
package/oh-package.json5 CHANGED
@@ -1 +1 @@
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}
1
+ {"name":"@polyvharmony/live-scenes-sdk","version":"1.3.5","description":"polyv live-scenes-sdk","author":"POLYV","license":"MIT","dependencies":{"@polyvharmony/live-scenes-foundation":"1.3.5","@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.5","@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.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}
1
+ {"name":"@polyvharmony/live-scenes-sdk","version":"1.3.5","description":"polyv live-scenes-sdk","author":"POLYV","license":"MIT","dependencies":{"@polyvharmony/live-scenes-foundation":"1.3.5","@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.5","@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}
@@ -244,6 +244,11 @@ export declare class PLVChannelData {
244
244
  * @returns
245
245
  */
246
246
  hasChapterMenu(): boolean;
247
+ /**
248
+ * 是否横屏观看模版
249
+ * @returns
250
+ */
251
+ isNormalWatchLayout(): boolean;
247
252
  string(): string;
248
253
  /**
249
254
  * 销毁
@@ -82,6 +82,7 @@ export declare class PLVLiveDetailVO {
82
82
  isLiveStatus(): boolean;
83
83
  isPPTWatchLayout(): boolean;
84
84
  isVideoWatchLayout(): boolean;
85
+ isNormalWatchLayout(): boolean;
85
86
  isFollowTeacherWatchLayout(): boolean;
86
87
  isViewerPptTurningEnabled(): boolean;
87
88
  }
@@ -89,6 +90,7 @@ export interface WatchThemeModelBean {
89
90
  pageSkin?: string;
90
91
  defaultTeacherImage?: object;
91
92
  watchLayout?: string;
93
+ aloneWatchLayout?: string;
92
94
  }
93
95
  export interface RecordFileSimpleModelBean {
94
96
  fileId?: string;
@@ -1 +1 @@
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":[]}}
1
+ {"app":{"bundleName":"net.plv.livescenes.demo","debug":false,"versionCode":1030500,"versionName":"1.3.5","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":[]}}