- Set up your development environment following the coze-js guide
- Ensure you have Node.js (v18+) installed
rush update
rush build
npm run start # disable video by default
# or set enable video to true
REACT_APP_ENABLE_VIDEO=true npm run start
- Visit http://localhost:3000
- Configure your credentials in the settings panel:
- Access Token
- Bot ID
- Voice ID
- API Base URL
- Optional: Use browser extensions for custom headers during testing
- Grant microphone permissions when prompted
- Initialize connection via the "Connect" button
- Microphone control (toggle on/off)
- Bot interaction interruption
- Connection management
- Audio debugging tools:
- Playback device monitoring
- Device status logging
- Diagnostic features
- Real-time event logging in the upper console
- Bot response display in the lower panel
- Detailed console logs for debugging