@playkit-js/media-melon 1.0.16-canary.0-311ce1f → 1.0.16-canary.0-2e2985d
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +24 -27
- package/dist/playkit-media-melon.js +1 -1
- package/dist/playkit-media-melon.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -21,34 +21,31 @@ and transpiled in ECMAScript5 using [Babel](https://babeljs.io/) and the [TypeSc
|
|
21
21
|
"plugins": {
|
22
22
|
"mediaMelon": {
|
23
23
|
"customerId": "13145423100",
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
"assetId": "
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
24
|
+
"domainName": "",
|
25
|
+
"subscriberTag": "",
|
26
|
+
"subscriberId": "",
|
27
|
+
"subscriberType": "",
|
28
|
+
"playerName": "",
|
29
|
+
"playerVersion": "",
|
30
|
+
"playerBrand": "",
|
31
|
+
"playerModel": "",
|
32
|
+
"videoAssetInfo": {
|
33
|
+
"assetId": "",
|
34
|
+
"assetName": "",
|
35
|
+
"videoId": "",
|
36
|
+
"seriesTitle": "",
|
37
|
+
"episodeNumber": "",
|
38
|
+
"season": "",
|
39
|
+
"contentType": "",
|
40
|
+
"drmProtection": "",
|
41
|
+
"genre": ""
|
42
42
|
},
|
43
|
-
"appName": "
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
"KEY1": "VALUE1",
|
50
|
-
"KEY2": "VALUE2"
|
51
|
-
}
|
43
|
+
"appName": "",
|
44
|
+
"appVersion": "",
|
45
|
+
"deviceMarketingName": "",
|
46
|
+
"videoQuality": "",
|
47
|
+
"deviceId": "",
|
48
|
+
"customTags": {}
|
52
49
|
}
|
53
50
|
}
|
54
51
|
}
|