MCPcopy Create free account
hub / github.com/Noumena-Network/code / isVoiceStreamAvailable

Function isVoiceStreamAvailable

src/services/voiceStreamSTT.ts:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93// ─── Availability ──────────────────────────────────────────────────────
94
95export function isVoiceStreamAvailable(): boolean {
96 return getCurrentVoiceSession() !== null
97}
98
99// ─── Connection ────────────────────────────────────────────────────────
100

Callers 3

callFunction · 0.85
callFunction · 0.85
useVoiceFunction · 0.85

Calls 1

getCurrentVoiceSessionFunction · 0.85

Tested by

no test coverage detected