davidliu
Committed by GitHub

Update video capture defaults to 720p (#411)

@@ -26,7 +26,7 @@ data class LocalVideoTrackOptions( @@ -26,7 +26,7 @@ data class LocalVideoTrackOptions(
26 */ 26 */
27 val deviceId: String? = null, 27 val deviceId: String? = null,
28 val position: CameraPosition? = CameraPosition.FRONT, 28 val position: CameraPosition? = CameraPosition.FRONT,
29 - val captureParams: VideoCaptureParameter = VideoPreset169.H540.capture, 29 + val captureParams: VideoCaptureParameter = VideoPreset169.H720.capture,
30 ) 30 )
31 31
32 data class VideoCaptureParameter( 32 data class VideoCaptureParameter(