From 25f655893ac60711f530a10906970ae01c1c5a5d Mon Sep 17 00:00:00 2001 From: David Zhao Date: Fri, 20 Oct 2023 22:49:23 -0700 Subject: [PATCH] Revert "Don't use vp9 for now (#137)" (#140) This reverts commit e4c4cf9920e4c84b45f93b7be8acc688ebbf9e4f. --- pages/custom/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/custom/index.tsx b/pages/custom/index.tsx index ef8cf90..3643716 100644 --- a/pages/custom/index.tsx +++ b/pages/custom/index.tsx @@ -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,