mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
wip
This commit is contained in:
@@ -33,13 +33,13 @@ const defaultLiveKitPublishOptions: TrackPublishDefaults = {
|
|||||||
red: false,
|
red: false,
|
||||||
forceStereo: false,
|
forceStereo: false,
|
||||||
simulcast: true,
|
simulcast: true,
|
||||||
videoSimulcastLayers: [
|
// videoSimulcastLayers: [
|
||||||
VideoPresets.h180,
|
// VideoPresets.h180,
|
||||||
VideoPresets.h360,
|
// VideoPresets.h360,
|
||||||
] as VideoPreset[],
|
// ] as VideoPreset[],
|
||||||
screenShareEncoding: ScreenSharePresets.h1080fps30.encoding,
|
screenShareEncoding: ScreenSharePresets.h1080fps30.encoding,
|
||||||
stopMicTrackOnMute: false,
|
stopMicTrackOnMute: false,
|
||||||
videoCodec: "h265",
|
videoCodec: "h264",
|
||||||
videoEncoding: VideoPresets.h720.encoding,
|
videoEncoding: VideoPresets.h720.encoding,
|
||||||
backupCodec: { codec: "vp8", encoding: VideoPresets.h720.encoding },
|
backupCodec: { codec: "vp8", encoding: VideoPresets.h720.encoding },
|
||||||
} as const;
|
} as const;
|
||||||
|
|||||||
Reference in New Issue
Block a user