2. SDK Integration
Init record SDK
Param
Type
Description
appId
String
Application id
secretKey
String
IOE secret key
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
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
Last updated