arabenseifer / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

Chromecast - Sending text message to YouTube receiver #517

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I implemented a chromecast application, it will join to the YouTube session 
which is already established by the user from YouTube cast feature. Used 
"Cast.CastApi.joinApplication(mApiClient).setResultCallback(connectionResultCall
back)" to do this.

I think that when we cast movie from YouTube app, it will launch his own 
receiver app in chromecast for content play.

Now I'm trying to send some text messages from my sender app to receiver app 
(which is YouTube receiver in our case).

According to the google-cast-sdk, I implemented "MessageReceivedCallback" and 
getting success acknowledgement when I send text messages but the message is 
not getting displayed in receiver.

Could you please give me a clue to send the text messages to YouTube receiver 
app?

Thanks in advance.

Original issue reported on code.google.com by someswar...@gmail.com on 3 Mar 2015 at 3:16

GoogleCodeExporter commented 9 years ago
The YouTube receiver won't be able to receive messages from the Chromecast 
sender app because they are not intended to communicate together in that way.

Original comment by jonathan...@google.com on 3 Mar 2015 at 6:46