Skip to content

Commit

Permalink
clear queue not stop all (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachkrall committed Jul 10, 2024
1 parent ae530dd commit 0605551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/lib/VoiceProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const VoiceProvider: FC<VoiceProviderProps> = ({
message.type === 'user_interruption' ||
message.type === 'user_message'
) {
player.stopAll();
player.clearQueue();
}

if (
Expand Down

0 comments on commit 0605551

Please sign in to comment.