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

Function getCurrentVoiceSession

src/voice/voiceSession.ts:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22export function getCurrentVoiceSession(): ResolvedAuthSession | null {
23 const session = getAuthRuntime().getCurrentSession()
24 return hasUsableVoiceSession(session) ? session : null
25}

Callers 2

isVoiceStreamAvailableFunction · 0.85
hasVoiceAuthFunction · 0.85

Calls 3

getAuthRuntimeFunction · 0.85
hasUsableVoiceSessionFunction · 0.85
getCurrentSessionMethod · 0.65

Tested by

no test coverage detected