Files
chanora/apps/chanora_flutter
Edison Jwa 5ef0eee3f1 fix(ios): activate AVAudioSession before connect to fix voice
Root cause: OSStatus 561145187 - AVAudioSession was not in
.playAndRecord + .voiceChat mode when VoiceProcessingIO tried to start.

Two changes:
1. Activate session BEFORE rust.connect() so it is ready when auto-join runs
2. Defensive activation in Connected handler as backup (idempotent)

This fixes both the audio error and the subsequent voice_in already taken
error that occurred after auto-join consumed voice_in on failure.
2026-06-10 18:40:51 +09:00
..

chanora_flutter

Chanora — cross-platform voice client for TeamSpeak-compatible servers.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.