Revert "Don't use vp9 for now (#137)" (#140)

This reverts commit e4c4cf9920.
This commit is contained in:
David Zhao 2023-10-20 22:49:23 -07:00 committed by GitHub
parent 0729fab632
commit 25f655893a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ export default function CustomRoomConnection() {
publishDefaults: {
videoSimulcastLayers: [VideoPresets.h540, VideoPresets.h216],
red: !e2eeEnabled,
// videoCodec: 'vp9', // TODO re-enable vp9
videoCodec: 'vp9',
},
adaptiveStream: { pixelDensity: 'screen' },
dynacast: true,