Skip to content

Commit

Permalink
Update video capture defaults to 720p (livekit#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu authored Apr 11, 2024
1 parent 48c2b1c commit 6b2671b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data class LocalVideoTrackOptions(
*/
val deviceId: String? = null,
val position: CameraPosition? = CameraPosition.FRONT,
val captureParams: VideoCaptureParameter = VideoPreset169.H540.capture,
val captureParams: VideoCaptureParameter = VideoPreset169.H720.capture,
)

data class VideoCaptureParameter(
Expand Down

0 comments on commit 6b2671b

Please sign in to comment.