Skip to content

Commit

Permalink
[player-4067] Adding chromecast to the list of possible buttonnames
Browse files Browse the repository at this point in the history
  • Loading branch information
pilievOoyala committed Sep 13, 2018
1 parent ee7a709 commit bd6545f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,23 @@
"buttonNames": {
"description": "These are the only buttons currently supported by the UI SDK.",
"additionalProperties": false,
"enum": ["playPause", "volume", "live", "timeDuration", "flexibleSpace", "share", "discovery", "closedCaption", "quality", "logo", "stereoscopic", "fullscreen", "moreOptions", "arrowsBlack", "audioAndCC", "bitrateSelector"]
"enum": ["playPause",
"volume",
"live",
"timeDuration",
"flexibleSpace",
"share",
"discovery",
"closedCaption",
"quality",
"logo",
"stereoscopic",
"fullscreen",
"moreOptions",
"arrowsBlack",
"audioAndCC",
"bitrateSelector",
"chromecast"]
},
"buttonArray": {
"description": "Used to list the buttons for a single platform (desktop vs. mobile).",
Expand Down

0 comments on commit bd6545f

Please sign in to comment.