Fix field typo

This commit is contained in:
Vanilagy
2026-06-16 13:43:03 +02:00
parent 4affad934e
commit b4a6757739
+1 -1
View File
@@ -228,7 +228,7 @@ const sink = new VideoSampleSink(videoTrack);
// Optionally, configure the decoder:
const sink = new VideoSampleSink(videoTrack, {
hardwarePreference: 'prefer-software',
hardwareAcceleration: 'prefer-software',
});
```