Hello!
I have a Channels API application connected to a Zello consumer channel. When it's connected to one channel ("channel A"), it receives audio and they are decoded. When I move it to a different channel ("channel B"), it no longer receives audio packets.
If I log in to either channel from an Android device, I can transmit and receive just fine, so it is not an issue with permissions to access the channel.
Authentication works, I get a success message with a refresh token on both, followed by an on_channel_status message. I can even send audio to the channel.
The only difference is that this one particular channel doesn't give me any audio.
What can I do?