2. SDK Integration
Param
Type
Description
FTechIOEManager.instance().initRecord(appId: "", key: "")Status
Description
func initRecord(success: Bool) {
}
func onStart() {
}
func onRecording() {
}
func onFailure(error: FSoundError) {
}
func onCompletionRecord(data: StopRecordIOEResponse) {
}Last updated