Skip to content

Commit fd77db9

Browse files
author
Xia Ning
committed
fix default iOS videoChat frameRate to 15fps
1 parent e91a72a commit fd77db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iOS/APIExample/Examples/Advanced/VideoChat/VideoChat.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class VideoChatEntry: UIViewController {
1717
@IBOutlet var resolutionBtn: UIButton!
1818
@IBOutlet var fpsBtn: UIButton!
1919
@IBOutlet var orientationBtn: UIButton!
20-
var width:Int = 640, height:Int = 360, orientation:AgoraVideoOutputOrientationMode = .adaptative, fps: AgoraVideoFrameRate = .fps30
20+
var width:Int = 640, height:Int = 360, orientation:AgoraVideoOutputOrientationMode = .adaptative, fps: AgoraVideoFrameRate = .fps15
2121

2222
override func viewDidLoad() {
2323
super.viewDidLoad()

0 commit comments

Comments
 (0)