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