this example demonstrates how to use the aiOla Streaming SDK to capture live transcripts and handle backend-triggered events.
Install http-server globally:
npm install -g http-server
- Run in the project directory:
http-server
- Open your browser and navigate to
http://localhost:<check_port_in_the_console>
Note: Due to security restrictions, modern browsers require a secure context (HTTPS or localhost) to access the microphone. Running directly from
file://
protocol won't work for microphone access.