2. SDK Integration
Init record SDK
Param | Type | Description |
---|---|---|
appId | String | Application id |
secretKey | String | IOE secret key |
Register callback
After registration, the SDK will return the corresponding status in the callback
Status | Description |
---|---|
initRecord | Call when init success |
onStart | Called at start record |
onRecording | Called while in process recording |
onFail | Called when an error occurs in process recording |
onComplete | Called when completed record process and return evaluate result |
Implement
FTechIOEManagerDelegate
Last updated