@playkit-js/media-melon 1.0.16-canary.0-311ce1f → 1.0.16-canary.0-59bfa22

Sign up to get free protection for your applications and to get access to all the features.
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
- "domainName": "DOMAIN_NAME",
25
- "subscriberTag": "SUBSCRIBER_TAG",
26
- "subscriberId": "SUBSCRIBER_ID",
27
- "subscriberType": "SUBSCRIBER_TYPE",
28
- "playerName": "KalturaTestPlayer",
29
- "playerVersion": "PLAYER_VERSION",
30
- "playerBrand": "PLAYER_BRAND",
31
- "playerModel": "PLAYER_MODEL",
32
- "videoAssetInfo": {
33
- "assetId": "2313000",
34
- "assetName": "Mike, json validator is a friend",
35
- "videoId": "VIDEO_ID",
36
- "seriesTitle": "SERIES_TITLE",
37
- "episodeNumber": "EPISODE_NUMBER",
38
- "season": "SEASON",
39
- "contentType": "CONTENT_TYPE",
40
- "drmProtection": "DRM_PROTECTION",
41
- "genre": "GENRE"
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": "APP_NAME",
44
- "appVersion": "APP_VERSION",
45
- "deviceMarketingName": "DEVICE_MARKETING_NAME",
46
- "videoQuality": "VIDEO_QUALITY",
47
- "deviceId": "DEVICE_ID",
48
- "customTags": {
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
  }