|
@@ -31,9 +31,9 @@ class BFVoiceRecordManager: NSObject {
|
|
|
/// - Parameters:
|
|
|
/// - token: NLS token
|
|
|
/// - appid: NLS appid
|
|
|
- public init(token: String, appid: String) {
|
|
|
+ public override init() {
|
|
|
super.init()
|
|
|
- audioRecorder = BFRecorderManager(token, appid: appid)
|
|
|
+ audioRecorder = BFRecorderManager()
|
|
|
audioRecorder?.delegate = self
|
|
|
}
|
|
|
|