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?