Skip to content

Commit

Permalink
fix: revert cert
Browse files Browse the repository at this point in the history
  • Loading branch information
tamworth committed Jun 24, 2024
1 parent 73bfcbf commit eacd6a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iOS/APIExample/APIExample/Common/KeyCenter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class KeyCenter: NSObject {
进入声网控制台(https://console.agora.io/),创建一个带证书鉴权的项目,进入项目配置页,即可看到APP证书。如果项目没有开启证书鉴权,这个字段留空。
注意:App证书放在客户端不安全,推荐放在服务端以确保 App 证书不会泄露。
*/
static let Certificate: String? = <#YOUR Certificate#>
static let Certificate: String? = nil


static let FaceCaptureLicense: String? = nil
Expand Down
2 changes: 1 addition & 1 deletion macOS/APIExample/Common/KeyCenter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct KeyCenter {
进入声网控制台(https://console.agora.io/),创建一个带证书鉴权的项目,进入项目配置页,即可看到APP证书。如果项目没有开启证书鉴权,这个字段留空。
注意:App证书放在客户端不安全,推荐放在服务端以确保 App 证书不会泄露。
*/
static let Certificate: String? = <#YOUR Certificate#>
static let Certificate: String? = nil


/**
Expand Down

0 comments on commit eacd6a6

Please sign in to comment.