We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ebfca commit 8b3af00Copy full SHA for 8b3af00
src/livekit/options.ts
@@ -26,9 +26,9 @@ const defaultLiveKitPublishOptions: TrackPublishDefaults = {
26
videoSimulcastLayers: [VideoPresets.h180, VideoPresets.h360] as VideoPreset[],
27
screenShareEncoding: ScreenSharePresets.h1080fps30.encoding,
28
stopMicTrackOnMute: false,
29
- videoCodec: "vp8",
+ videoCodec: "h264",
30
videoEncoding: VideoPresets.h720.encoding,
31
- backupCodec: { codec: "vp8", encoding: VideoPresets.h720.encoding },
+ backupCodec: { codec: "h264", encoding: VideoPresets.h720.encoding },
32
} as const;
33
34
export const defaultLiveKitOptions: RoomOptions = {
0 commit comments