Different channels will not return different results

domain.yaml is domain.yml (742 Bytes) credentials.yaml is :credentials.yml (1.0 KB) and the voice_channel.py is voice_channel.py (5.2 KB)

when I test diffrent channel ,only socketio channel can return specific message ,rest and voice channel all return default message,How should i solve this problem?

How are you testing your channels? Could you post examples of the requests you’re sending?

Thank you @mloubser very much for your precious time. I have solved this problem by customizing outputchannel. my test code is