Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion desktop/src/features/huddle/lib/audioWorklet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type AudioWorkletHandle = {
* and forwards them to the worklet via port.postMessage({ type: 'ptt', active }).
* The worklet discards audio frames when transmitting=false.
*
* @param audioTrack - Mic track from LiveKit
* @param audioTrack - Mic track from getUserMedia
* @param initialTransmitting - Initial PTT state. true=open mic (VAD), false=muted until PTT press.
*/
export async function setupAudioWorklet(
Expand Down
Loading