File tree Expand file tree Collapse file tree
iOS/APIExample/Examples/Advanced/ContentInspect
macOS/APIExample/Examples/Advanced/ContentInspect Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,10 +41,8 @@ class ContentInspectViewController: BaseViewController {
4141
4242 // Enable content inspect with local video view
4343 let moderateModule = AgoraContentInspectModule ( )
44- // moderateModule.vendor = .agora
45- // moderateModule.token = nil
4644 moderateModule. type = . moderation
47- moderateModule. frequency = 1
45+ moderateModule. interval = 1
4846
4947 let inspectConfig = AgoraContentInspectConfig ( )
5048 inspectConfig. modules = [ moderateModule]
Original file line number Diff line number Diff line change @@ -73,10 +73,8 @@ class ContentInspectViewController: BaseViewController {
7373
7474 // Enable content inspect with local video view
7575 let moderateModule = AgoraContentInspectModule ( )
76- moderateModule. vendor = . agora
77- moderateModule. token = nil
7876 moderateModule. type = . moderation
79- moderateModule. frequency = 1
77+ moderateModule. interval = 1
8078
8179 let inspectConfig = AgoraContentInspectConfig ( )
8280 inspectConfig. modules = [ moderateModule]
You can’t perform that action at this time.
0 commit comments