feat: talk mode key distribution and tts polling
This commit is contained in:
@@ -20,6 +20,7 @@ final class TalkModeController {
|
||||
|
||||
func updatePhase(_ phase: TalkModePhase) {
|
||||
TalkOverlayController.shared.updatePhase(phase)
|
||||
Task { await GatewayConnection.shared.talkMode(enabled: AppStateStore.shared.talkEnabled, phase: phase.rawValue) }
|
||||
}
|
||||
|
||||
func updateLevel(_ level: Double) {
|
||||
|
||||
Reference in New Issue
Block a user