@brandbrigade/ott-bb-player 1.0.62 → 1.0.63
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/README.md +9 -2
- package/dist/OTTPlayer.js +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -318,6 +318,13 @@ Minor improvements
|
|
|
318
318
|
WebGL Quad rendering optimization
|
|
319
319
|
Added error logging in case of the missing JSON in zip
|
|
320
320
|
|
|
321
|
-
### Version v1.0.
|
|
321
|
+
### Version v1.0.62
|
|
322
|
+
|
|
323
|
+
Minor Update
|
|
324
|
+
|
|
325
|
+
### Version v1.0.63
|
|
322
326
|
|
|
323
|
-
|
|
327
|
+
Added setMediaInfo(mediaInfo: { fps?: number; bitrate?: number }) for communication with MK
|
|
328
|
+
Added logging metrics to backend
|
|
329
|
+
Hardcoded BurkerKing logo to be replaced by campaigns
|
|
330
|
+
Dev tests of Firefox support
|