We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2499a8 commit 863d677Copy full SHA for 863d677
packages/react-native-broadcast/ios/Broadcast.swift
@@ -64,7 +64,7 @@ public class BroadcastSwift: NSObject {
64
var videoSettings = await session.stream.videoSettings
65
videoSettings.isLowLatencyRateControlEnabled = false
66
videoSettings.bitRateMode = .average
67
-// videoSettings.bitRate = 4000000
+ videoSettings.bitRate = 4200000
68
videoSettings.videoSize = CGSize(width: 720, height: 1280)
69
try await session.stream.setVideoSettings(videoSettings)
70
0 commit comments