* Get the latest audio data directly. * Returns raw PCM audio data (base64-encoded f32 samples).
()
| 452 | * Returns raw PCM audio data (base64-encoded f32 samples). |
| 453 | */ |
| 454 | getLatestAudioData(): AudioData | null { |
| 455 | return this.latestAudioData; |
| 456 | } |
| 457 | |
| 458 | /** |
| 459 | * Start video-only capture stream. |
nothing calls this directly
no outgoing calls
no test coverage detected