@gcorevideo/player 2.26.1 → 2.26.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.
Files changed (77) hide show
  1. package/README.md +5 -5
  2. package/dist/core.js +1 -1
  3. package/dist/index.css +1091 -1091
  4. package/dist/index.embed.js +23 -20
  5. package/dist/index.js +32 -29
  6. package/dist/player.d.ts +14 -15
  7. package/docs/api/player.audiotracks.md +0 -3
  8. package/docs/api/player.contextmenu._constructor_.md +0 -3
  9. package/docs/api/player.contextmenu.md +1 -4
  10. package/docs/api/player.contextmenupluginsettings.md +1 -4
  11. package/docs/api/player.contextmenupluginsettings.options.md +0 -3
  12. package/docs/api/player.md +14 -14
  13. package/docs/api/player.mediacontrol._constructor_.md +0 -3
  14. package/docs/api/player.mediacontrol.currentseekpos.md +0 -3
  15. package/docs/api/player.mediacontrol.defaultsettings.md +0 -3
  16. package/docs/api/player.mediacontrol.disable.md +0 -3
  17. package/docs/api/player.mediacontrol.enable.md +0 -3
  18. package/docs/api/player.mediacontrol.extendsettings.md +0 -3
  19. package/docs/api/player.mediacontrol.getavailableheight.md +0 -3
  20. package/docs/api/player.mediacontrol.getavailablepopupheight.md +0 -3
  21. package/docs/api/player.mediacontrol.md +11 -22
  22. package/docs/api/player.mediacontrol.mount.md +0 -3
  23. package/docs/api/player.mediacontrol.muted.md +0 -3
  24. package/docs/api/player.mediacontrol.setinitialvolume.md +0 -3
  25. package/docs/api/player.mediacontrol.setvolume.md +0 -3
  26. package/docs/api/player.mediacontrol.slot.md +0 -3
  27. package/docs/api/player.mediacontrol.toggleelement.md +0 -3
  28. package/docs/api/player.mediacontrol.volume.md +0 -3
  29. package/docs/api/player.mediacontrolelement.md +0 -3
  30. package/docs/api/player.mediacontrolsettings.md +0 -3
  31. package/docs/api/player.mediacontrolslotmountpoint.md +0 -3
  32. package/docs/api/player.playbackrate._constructor_.md +0 -3
  33. package/docs/api/player.playbackrate.md +1 -4
  34. package/docs/api/player.seektime.attributes.md +0 -3
  35. package/docs/api/player.seektime.md +0 -9
  36. package/docs/api/player.seektime.name.md +0 -3
  37. package/docs/api/player.seektime.supportedversion.md +0 -3
  38. package/docs/api/player.seektimesettings.md +0 -3
  39. package/docs/api/player.standardmediacontrolelement.md +0 -3
  40. package/docs/api/player.thumbnails._constructor_.md +0 -3
  41. package/docs/api/player.thumbnails.md +1 -6
  42. package/docs/api/player.thumbnails.render.md +0 -3
  43. package/docs/api/player.thumbnailspluginsettings.md +0 -3
  44. package/docs/api/player.volumefade._constructor_.md +0 -3
  45. package/docs/api/player.volumefade.md +1 -4
  46. package/lib/plugins/audio-selector/AudioTracks.d.ts +1 -1
  47. package/lib/plugins/audio-selector/AudioTracks.js +1 -1
  48. package/lib/plugins/bottom-gear/BottomGear.d.ts.map +1 -1
  49. package/lib/plugins/bottom-gear/BottomGear.js +3 -1
  50. package/lib/plugins/context-menu/ContextMenu.d.ts +2 -2
  51. package/lib/plugins/context-menu/ContextMenu.js +1 -1
  52. package/lib/plugins/level-selector/QualityLevels.js +1 -1
  53. package/lib/plugins/media-control/MediaControl.d.ts +5 -5
  54. package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
  55. package/lib/plugins/media-control/MediaControl.js +7 -6
  56. package/lib/plugins/playback-rate/PlaybackRate.d.ts +1 -1
  57. package/lib/plugins/playback-rate/PlaybackRate.js +1 -1
  58. package/lib/plugins/seek-time/SeekTime.d.ts +2 -3
  59. package/lib/plugins/seek-time/SeekTime.d.ts.map +1 -1
  60. package/lib/plugins/seek-time/SeekTime.js +1 -1
  61. package/lib/plugins/thumbnails/Thumbnails.d.ts +2 -2
  62. package/lib/plugins/thumbnails/Thumbnails.js +1 -1
  63. package/lib/plugins/volume-fade/VolumeFade.d.ts +1 -1
  64. package/lib/plugins/volume-fade/VolumeFade.js +1 -1
  65. package/package.json +1 -1
  66. package/release.txt +395 -0
  67. package/src/plugins/audio-selector/AudioTracks.ts +1 -1
  68. package/src/plugins/bottom-gear/BottomGear.ts +1 -0
  69. package/src/plugins/context-menu/ContextMenu.ts +2 -2
  70. package/src/plugins/level-selector/QualityLevels.ts +1 -1
  71. package/src/plugins/media-control/MediaControl.ts +13 -12
  72. package/src/plugins/playback-rate/PlaybackRate.ts +1 -1
  73. package/src/plugins/seek-time/SeekTime.ts +2 -3
  74. package/src/plugins/thumbnails/Thumbnails.ts +2 -2
  75. package/src/plugins/volume-fade/VolumeFade.ts +1 -1
  76. package/temp/player.api.json +52 -52
  77. package/tsconfig.tsbuildinfo +1 -1
@@ -50,7 +50,7 @@ Description
50
50
 
51
51
  </td><td>
52
52
 
53
- **_(BETA)_** `PLUGIN` that makes possible to switch audio tracks via the media control UI.
53
+ `PLUGIN` that makes possible to switch audio tracks via the media control UI.
54
54
 
55
55
 
56
56
  </td></tr>
@@ -138,7 +138,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
138
138
 
139
139
  </td><td>
140
140
 
141
- **_(BETA)_** `PLUGIN` that displays a small context menu when clicked on the player container.
141
+ `PLUGIN` that displays a small context menu when clicked on the player container.
142
142
 
143
143
 
144
144
  </td></tr>
@@ -204,7 +204,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
204
204
 
205
205
  </td><td>
206
206
 
207
- **_(BETA)_** `PLUGIN` that provides framework for building media control UI.
207
+ `PLUGIN` that provides framework for building media control UI.
208
208
 
209
209
 
210
210
  </td></tr>
@@ -248,7 +248,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
248
248
 
249
249
  </td><td>
250
250
 
251
- **_(BETA)_** `PLUGIN` that allows changing the playback speed of the video.
251
+ `PLUGIN` that allows changing the playback speed of the video.
252
252
 
253
253
 
254
254
  </td></tr>
@@ -292,7 +292,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
292
292
 
293
293
  </td><td>
294
294
 
295
- **_(BETA)_** `PLUGIN` that adds a seek time indicator when the mouse pointer is over the seek bar.
295
+ `PLUGIN` that adds a seek time indicator when the mouse pointer is over the seek bar.
296
296
 
297
297
 
298
298
  </td></tr>
@@ -358,7 +358,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
358
358
 
359
359
  </td><td>
360
360
 
361
- **_(BETA)_** `PLUGIN` that displays the thumbnails of the video when available.
361
+ `PLUGIN` that displays the thumbnails of the video when available.
362
362
 
363
363
 
364
364
  </td></tr>
@@ -369,7 +369,7 @@ A `PLUGIN` that configures [CMCD](https://cdn.cta.tech/cta/media/media/resources
369
369
 
370
370
  </td><td>
371
371
 
372
- **_(BETA)_** `PLUGIN` that mutes the sound and fades it in when the mouse is over the player.
372
+ `PLUGIN` that mutes the sound and fades it in when the mouse is over the player.
373
373
 
374
374
 
375
375
  </td></tr>
@@ -576,7 +576,7 @@ Config options for the [CmcdConfig](./player.cmcdconfig.md) plugin
576
576
 
577
577
  </td><td>
578
578
 
579
- **_(BETA)_** Context menu plugin settings
579
+ Context menu plugin settings
580
580
 
581
581
 
582
582
  </td></tr>
@@ -863,7 +863,7 @@ An ISO 639-1 language code.
863
863
 
864
864
  </td><td>
865
865
 
866
- **_(BETA)_** Media control element. Each element's token in the media control layout settings determines where the element is rendered.
866
+ Media control element. Each element's token in the media control layout settings determines where the element is rendered.
867
867
 
868
868
 
869
869
  </td></tr>
@@ -874,7 +874,7 @@ An ISO 639-1 language code.
874
874
 
875
875
  </td><td>
876
876
 
877
- **_(BETA)_** Specifies the layout of media control elements. Actual elements will be rendered according to the playback settings. Custom elements rendered by the plugins will be mounted at the specified locations.
877
+ Specifies the layout of media control elements. Actual elements will be rendered according to the playback settings. Custom elements rendered by the plugins will be mounted at the specified locations.
878
878
 
879
879
 
880
880
  </td></tr>
@@ -885,7 +885,7 @@ An ISO 639-1 language code.
885
885
 
886
886
  </td><td>
887
887
 
888
- **_(BETA)_** Identifies a location for mounting custom media control elements.
888
+ Identifies a location for mounting custom media control elements.
889
889
 
890
890
 
891
891
  </td></tr>
@@ -1030,7 +1030,7 @@ A media source to fetch the media data from
1030
1030
 
1031
1031
  </td><td>
1032
1032
 
1033
- **_(BETA)_** Configuration options for the SeekTime plugin.
1033
+ Configuration options for the SeekTime plugin.
1034
1034
 
1035
1035
 
1036
1036
  </td></tr>
@@ -1041,7 +1041,7 @@ A media source to fetch the media data from
1041
1041
 
1042
1042
  </td><td>
1043
1043
 
1044
- **_(BETA)_** Built-in media control elements.
1044
+ Built-in media control elements.
1045
1045
 
1046
1046
 
1047
1047
  </td></tr>
@@ -1085,7 +1085,7 @@ A media source to fetch the media data from
1085
1085
 
1086
1086
  </td><td>
1087
1087
 
1088
- **_(BETA)_** Plugin configuration options for the thumbnails plugin.
1088
+ Plugin configuration options for the thumbnails plugin.
1089
1089
 
1090
1090
 
1091
1091
  </td></tr>
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.(constructor)
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Constructs a new instance of the `MediaControl` class
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.currentSeekPos property
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  **Signature:**
11
8
 
12
9
  ```typescript
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.defaultSettings() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  **Signature:**
11
8
 
12
9
  ```typescript
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.disable() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Hides the media control UI
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.enable() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Reenables the plugin disabled earlier with the [MediaControl.disable()](./player.mediacontrol.disable.md) method
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.extendSettings() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Extend the default media control layout settings
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.getAvailableHeight() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  **Signature:**
11
8
 
12
9
  ```typescript
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.getAvailablePopupHeight() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  **Signature:**
11
8
 
12
9
  ```typescript
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl class
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  `PLUGIN` that provides framework for building media control UI.
11
8
 
12
9
  **Signature:**
@@ -58,7 +55,7 @@ Description
58
55
 
59
56
  </td><td>
60
57
 
61
- **_(BETA)_** Constructs a new instance of the `MediaControl` class
58
+ Constructs a new instance of the `MediaControl` class
62
59
 
63
60
 
64
61
  </td></tr>
@@ -104,8 +101,6 @@ number
104
101
 
105
102
  </td><td>
106
103
 
107
- **_(BETA)_**
108
-
109
104
 
110
105
  </td></tr>
111
106
  <tr><td>
@@ -125,7 +120,7 @@ boolean
125
120
 
126
121
  </td><td>
127
122
 
128
- **_(BETA)_** Muted state
123
+ Muted state
129
124
 
130
125
 
131
126
  </td></tr>
@@ -146,7 +141,7 @@ number
146
141
 
147
142
  </td><td>
148
143
 
149
- **_(BETA)_** Current volume \[0..100\]
144
+ Current volume \[0..100\]
150
145
 
151
146
 
152
147
  </td></tr>
@@ -182,8 +177,6 @@ Description
182
177
 
183
178
  </td><td>
184
179
 
185
- **_(BETA)_**
186
-
187
180
 
188
181
  </td></tr>
189
182
  <tr><td>
@@ -196,7 +189,7 @@ Description
196
189
 
197
190
  </td><td>
198
191
 
199
- **_(BETA)_** Hides the media control UI
192
+ Hides the media control UI
200
193
 
201
194
 
202
195
  </td></tr>
@@ -210,7 +203,7 @@ Description
210
203
 
211
204
  </td><td>
212
205
 
213
- **_(BETA)_** Reenables the plugin disabled earlier with the [MediaControl.disable()](./player.mediacontrol.disable.md) method
206
+ Reenables the plugin disabled earlier with the [MediaControl.disable()](./player.mediacontrol.disable.md) method
214
207
 
215
208
 
216
209
  </td></tr>
@@ -226,7 +219,7 @@ Description
226
219
 
227
220
  </td><td>
228
221
 
229
- **_(BETA)_** Extend the default media control layout settings
222
+ Extend the default media control layout settings
230
223
 
231
224
 
232
225
  </td></tr>
@@ -240,8 +233,6 @@ Description
240
233
 
241
234
  </td><td>
242
235
 
243
- **_(BETA)_**
244
-
245
236
 
246
237
  </td></tr>
247
238
  <tr><td>
@@ -254,8 +245,6 @@ Description
254
245
 
255
246
  </td><td>
256
247
 
257
- **_(BETA)_**
258
-
259
248
 
260
249
  </td></tr>
261
250
  <tr><td>
@@ -268,7 +257,7 @@ Description
268
257
 
269
258
  </td><td>
270
259
 
271
- **_(BETA)_** Mounts a media control element at a specific location
260
+ Mounts a media control element at a specific location
272
261
 
273
262
 
274
263
  </td></tr>
@@ -282,7 +271,7 @@ Description
282
271
 
283
272
  </td><td>
284
273
 
285
- **_(BETA)_** Set the initial volume, which is preserved when playback is interrupted by an advertisement
274
+ Set the initial volume, which is preserved when playback is interrupted by an advertisement
286
275
 
287
276
 
288
277
  </td></tr>
@@ -296,7 +285,7 @@ Description
296
285
 
297
286
  </td><td>
298
287
 
299
- **_(BETA)_** Set the volume
288
+ Set the volume
300
289
 
301
290
 
302
291
  </td></tr>
@@ -310,7 +299,7 @@ Description
310
299
 
311
300
  </td><td>
312
301
 
313
- **_(BETA)_** Mount a media control to its configured location
302
+ Mount a media control to its configured location
314
303
 
315
304
 
316
305
  </td></tr>
@@ -324,7 +313,7 @@ Description
324
313
 
325
314
  </td><td>
326
315
 
327
- **_(BETA)_** Toggle the visibility of a media control element
316
+ Toggle the visibility of a media control element
328
317
 
329
318
 
330
319
  </td></tr>
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.mount() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Mounts a media control element at a specific location
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.muted property
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Muted state
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.setInitialVolume() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Set the initial volume, which is preserved when playback is interrupted by an advertisement
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.setVolume() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Set the volume
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.slot() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Mount a media control to its configured location
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.toggleElement() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Toggle the visibility of a media control element
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControl.volume property
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Current volume \[0..100\]
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControlElement type
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Media control element. Each element's token in the media control layout settings determines where the element is rendered.
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControlSettings type
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Specifies the layout of media control elements. Actual elements will be rendered according to the playback settings. Custom elements rendered by the plugins will be mounted at the specified locations.
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## MediaControlSlotMountPoint type
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Identifies a location for mounting custom media control elements.
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## PlaybackRate.(constructor)
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Constructs a new instance of the `PlaybackRate` class
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## PlaybackRate class
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  `PLUGIN` that allows changing the playback speed of the video.
11
8
 
12
9
  **Signature:**
@@ -73,7 +70,7 @@ Description
73
70
 
74
71
  </td><td>
75
72
 
76
- **_(BETA)_** Constructs a new instance of the `PlaybackRate` class
73
+ Constructs a new instance of the `PlaybackRate` class
77
74
 
78
75
 
79
76
  </td></tr>
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## SeekTime.attributes property
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  **Signature:**
11
8
 
12
9
  ```typescript
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## SeekTime class
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  `PLUGIN` that adds a seek time indicator when the mouse pointer is over the seek bar.
11
8
 
12
9
  **Signature:**
@@ -60,8 +57,6 @@ Description
60
57
 
61
58
  </td><td>
62
59
 
63
- **_(BETA)_**
64
-
65
60
 
66
61
  </td></tr>
67
62
  <tr><td>
@@ -81,8 +76,6 @@ string
81
76
 
82
77
  </td><td>
83
78
 
84
- **_(BETA)_**
85
-
86
79
 
87
80
  </td></tr>
88
81
  <tr><td>
@@ -102,8 +95,6 @@ string
102
95
 
103
96
  </td><td>
104
97
 
105
- **_(BETA)_**
106
-
107
98
 
108
99
  </td></tr>
109
100
  </tbody></table>
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## SeekTime.name property
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  **Signature:**
11
8
 
12
9
  ```typescript
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## SeekTime.supportedVersion property
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  **Signature:**
11
8
 
12
9
  ```typescript
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## SeekTimeSettings type
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Configuration options for the SeekTime plugin.
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## StandardMediaControlElement type
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Built-in media control elements.
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## Thumbnails.(constructor)
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Constructs a new instance of the `Thumbnails` class
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## Thumbnails class
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  `PLUGIN` that displays the thumbnails of the video when available.
11
8
 
12
9
  **Signature:**
@@ -71,7 +68,7 @@ Description
71
68
 
72
69
  </td><td>
73
70
 
74
- **_(BETA)_** Constructs a new instance of the `Thumbnails` class
71
+ Constructs a new instance of the `Thumbnails` class
75
72
 
76
73
 
77
74
  </td></tr>
@@ -105,8 +102,6 @@ Description
105
102
 
106
103
  </td><td>
107
104
 
108
- **_(BETA)_**
109
-
110
105
 
111
106
  </td></tr>
112
107
  </tbody></table>
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## Thumbnails.render() method
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  **Signature:**
11
8
 
12
9
  ```typescript
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## ThumbnailsPluginSettings type
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Plugin configuration options for the thumbnails plugin.
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## VolumeFade.(constructor)
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  Constructs a new instance of the `VolumeFade` class
11
8
 
12
9
  **Signature:**
@@ -4,9 +4,6 @@
4
4
 
5
5
  ## VolumeFade class
6
6
 
7
- > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
- >
9
-
10
7
  `PLUGIN` that mutes the sound and fades it in when the mouse is over the player.
11
8
 
12
9
  **Signature:**
@@ -50,7 +47,7 @@ Description
50
47
 
51
48
  </td><td>
52
49
 
53
- **_(BETA)_** Constructs a new instance of the `VolumeFade` class
50
+ Constructs a new instance of the `VolumeFade` class
54
51
 
55
52
 
56
53
  </td></tr>