I'm developing a chromecast app, and would like the receiver to be able to identify itself with a server. I notice it's possible to get the UUID of the chromecast in the sender app - it's a part of the Receiver
object.
Whilst I appreciate I could send this data back to the Receiver from the Sender, I was wondering if there's any way to get this programmatically on the Receiver side?