@brandbrigade/ott-bb-player 1.0.61 → 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 +12 -1
- package/dist/OTTPlayer.js +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -316,4 +316,15 @@ Minor improvements
|
|
|
316
316
|
### Version v1.0.61
|
|
317
317
|
|
|
318
318
|
WebGL Quad rendering optimization
|
|
319
|
-
Added error logging in case of the missing JSON in zip
|
|
319
|
+
Added error logging in case of the missing JSON in zip
|
|
320
|
+
|
|
321
|
+
### Version v1.0.62
|
|
322
|
+
|
|
323
|
+
Minor Update
|
|
324
|
+
|
|
325
|
+
### Version v1.0.63
|
|
326
|
+
|
|
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
|