Nick
Nick
Yeah if we revert back to 1.11.0, then we can't compile the protobufs correctly, unless we only select a subset of the files to compile. It would be okay to...
I'm not too familiar with how Kubernetes handles things. Is each node a separate process, running the sample individually? How long do you wait for the program to run before...
I really don't know why there'd be any issue. If the environments are the same, then there shouldn't be any software issues. Are you rebuilding the binary in each docker...
Maybe, if you can, rebuild the binary on each container separately and see if that resolves your issue.
When you get a response, you should be able to turn on the microphone programmatically. Ideally this sample should be reading the value of `dialog_state_out.microphone_mode` to see if it is...
I'll leave this open as it's something that should be in the sample.
Assistant SDK devices do not work well with casting.
The C++ sample does not include a wake word detection component. If you want that, you should find a third-party implementation or build your own.
Communication happens over gRPC. Multiple connections should be possible with the same gRPC channel.
It looks like you didn't clone or compile the protos first? Can you confirm that you have the `googleapis` directory?