Skip to content

Commit

Permalink
liveKitClient: Specify videoCodec as vp8
Browse files Browse the repository at this point in the history
  • Loading branch information
bekriebel committed Apr 21, 2024
1 parent aa73dce commit 78b61e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LiveKitClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,7 @@ export default class LiveKitClient {
const trackPublishOptions: TrackPublishOptions = {
audioBitrate: AudioPresets.music.maxBitrate,
simulcast: true,
videoCodec: "vp8",
videoSimulcastLayers: [VideoPresets43.h180, VideoPresets43.h360],
};

Expand Down

0 comments on commit 78b61e3

Please sign in to comment.