2
votes

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?

1

1 Answers

0
votes

Ed, in the current SDK, you do not have access to that information on the receiver side directly. If you share with us the use case that you have in mind, we may be able to suggest an alternate approach that would work for you.