0

Device A, device B, and a chromecast are on the same wifi. If device A is using app A (Youtube perhaps) to connect and cast to the chromecast, is there an API that can be used by App B on Device B to modify the volume of the chromecast?

If no, how about a App B on Device A? Is it able to modify the volume of the chromecast?

zudduz
  • 2,457
  • 5
  • 24
  • 29

1 Answers1

1

You can connect to a cast device without launching any receiver application. Once connected, you should be able to use Cast.CastApi.setVolume() method to set/change the volume.

Ali Naddaf
  • 16,951
  • 2
  • 21
  • 28