2. SDK Integration
Last updated
Last updated
Init record SDK
Param | Type | Description |
---|---|---|
After successful initial, the SDK returns a status resulting in the onSuccess()
callback. Handling of successful initial here.
When initial fails, it will be processed at callback onFail()
.
Register recording callback
After registration, the SDK will return the corresponding status in the callback
Status | Description |
---|---|
appId
String
Application id
secretKey
String
IOE secret key
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