Oracle re-review pass on PR #28 flagged that the doc comment named IOSAudioLifecycleController.classifyDevice, but no such class exists in the repo. The actual iOS classifier is AppDelegate.classifyAudioRoute(_:) in ios/Runner/AppDelegate.swift (line 292), invoked from the route-change and media-services-reset handlers (lines 189, 237). Android side is correct: AndroidAudioLifecycleController.classifyDevice exists at android/app/src/main/kotlin/app/chanora/chanora_flutter/ AndroidAudioLifecycleController.kt.
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.