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,