Jeffrey Hutchins
Jeffrey Hutchins
No, there's a parameter in the load request object specifically called `customData`. https://developers.google.com/cast/docs/reference/caf_receiver/cast.framework.messages.LoadRequestData#customData
It absolutely does not. For example, if you're trying to setup a custom MediaPlaybackInfoHandler[0] the parameters passed to your callback give you access to the `customData`, but not to the...
That's great I suppose for your use case, but that does not help in the case of adding custom authentication to a CAF application running on an actual Chromecast which...
I'm interested in this feature. What can I do to help move things forward?
I'm mostly interested in android at the moment. I've rebased the feat/ios-build branch onto current dev and made some minor tweaks to fix build issues with android on this [branch](https://github.com/jhutchins/tauri/tree/feat/mobile-build)...
I was able to get an android variant that would build by rebasing my tauri branch off of the `v1.0.0` tag instead of the head of `dev` and by making...
Also, what's the plan for the `gen` subdirectory? By default it's excluded by the `.gitconfig` but obviously the project won't build without it there. Should that be removed from the...
@frnco I don't disagree with your sentiment, the communication could be better regarding this feature. The good news it actually works reasonably well at this point. I actually have a...
I think this is a useful and important addition. I would love to see this get merged in the near future. I'm happy to help if there's some addition work...
I'm able to produce this same issue on macOS 12.3 without setting `target-dir`. A completely vanilla install will produce this issue, and it doesn't, at least in my case, be...