@aochuang/client-sdk 1.0.317 → 1.0.318

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.
@@ -22,6 +22,7 @@
22
22
  :width="innerWidth"
23
23
  :poster="innerCover"
24
24
  :preload="innerCover ? 'none' : 'metadata'"
25
+ :poster-play-mode="posterPlayMode"
25
26
  class="sdk-chat-control-video__player"
26
27
  ></ui-video>
27
28
  </template>
@@ -61,6 +62,7 @@
61
62
  :width="innerWidth"
62
63
  :poster="innerCover"
63
64
  :preload="innerCover ? 'none' : 'metadata'"
65
+ :poster-play-mode="posterPlayMode"
64
66
  @error="handleError"
65
67
  class="sdk-chat-control-video__player"
66
68
  ></ui-video>
@@ -73,6 +75,7 @@
73
75
  :width="innerWidth"
74
76
  :poster="innerCover"
75
77
  :preload="innerCover ? 'none' : 'metadata'"
78
+ :poster-play-mode="posterPlayMode"
76
79
  @error="handleError"
77
80
  class="sdk-chat-control-video__player"
78
81
  ></ui-video>
@@ -116,6 +119,10 @@ export default {
116
119
  allowDownload: {
117
120
  type: Boolean
118
121
  },
122
+ posterPlayMode: {
123
+ type: Boolean,
124
+ default: false
125
+ },
119
126
  downloadMethod: {
120
127
  type: Function
121
128
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aochuang/client-sdk",
3
- "version": "1.0.317",
3
+ "version": "1.0.318",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"