mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-08 20:09:19 +00:00
change video codec from vp8 to h264
This commit is contained in:
@@ -26,9 +26,9 @@ const defaultLiveKitPublishOptions: TrackPublishDefaults = {
|
|||||||
videoSimulcastLayers: [VideoPresets.h180, VideoPresets.h360] as VideoPreset[],
|
videoSimulcastLayers: [VideoPresets.h180, VideoPresets.h360] as VideoPreset[],
|
||||||
screenShareEncoding: ScreenSharePresets.h1080fps30.encoding,
|
screenShareEncoding: ScreenSharePresets.h1080fps30.encoding,
|
||||||
stopMicTrackOnMute: false,
|
stopMicTrackOnMute: false,
|
||||||
videoCodec: "vp8",
|
videoCodec: "h264",
|
||||||
videoEncoding: VideoPresets.h720.encoding,
|
videoEncoding: VideoPresets.h720.encoding,
|
||||||
backupCodec: { codec: "vp8", encoding: VideoPresets.h720.encoding },
|
backupCodec: { codec: "h264", encoding: VideoPresets.h720.encoding },
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export const defaultLiveKitOptions: RoomOptions = {
|
export const defaultLiveKitOptions: RoomOptions = {
|
||||||
|
|||||||
Reference in New Issue
Block a user