I'm learning cast api for android and I'm stuck at this part:
mMediaRouteSelector = new MediaRouteSelector.Builder()
.addControlCategory(CastMediaControlIntent.categoryForCast("YOUR_APPLICATION_ID"))
.build();
Where can I find this APPLICATION_ID
and what is it?
Unfortunately, when doing Google Cast Android Sender Application tutorial, you should do multiple steps not described well on site to develop Chromecast applications:
YOUR_APPLICATION_ID