Skip to content

Commit

Permalink
Update the cast receiver ID for v2.3
Browse files Browse the repository at this point in the history
Change-Id: Id187de302fbf1386567b539550b8d682de489a51
  • Loading branch information
joeyparrish committed Dec 22, 2017
1 parent 3ede513 commit 0458824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ shakaDemo.audioOnlyPoster_ =


/**
* The registered ID of the v2.2 Chromecast receiver demo.
* The registered ID of the v2.3 Chromecast receiver demo.
* @const {string}
* @private
*/
shakaDemo.CC_APP_ID_ = '91580C19';
shakaDemo.CC_APP_ID_ = 'A15A181D';


/**
Expand Down

0 comments on commit 0458824

Please sign in to comment.