Skip to content

Commit

Permalink
Merge branch 'dev/4.3.2' of https://github.com/AgoraIO/API-Examples i…
Browse files Browse the repository at this point in the history
…nto dev/4.3.2
  • Loading branch information
tamworth committed Jun 4, 2024
2 parents 9d2e4aa + a716dc4 commit 99fc799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Android/APIExample/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ android.useAndroidX=true
android.enableJetifier=true

# read enable simple filter section on README first before set this flag to TRUE
simpleFilter = true
simpleFilter = false
# read enable stream encrypt section on README first before set this flag to TRUE
streamEncrypt = true
streamEncrypt = false
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ extension LiveStreamingMain: AgoraRtcEngineDelegate {
}

func rtcEngine(_ engine: AgoraRtcEngineKit, cameraFocusDidChangedTo rect: CGRect) {
ToastView.show(text: "The camera has changed".localized + " \(rect)")
LogUtils.log(message: "The camera has changed".localized + " \(rect)", level: .warning)
}

/// callback when error occured for agora sdk, you are recommended to display the error descriptions on demand
Expand Down

0 comments on commit 99fc799

Please sign in to comment.