Commit cc25e78b by 严久程

修改默认录音时长

parent 691bbc50
...@@ -859,7 +859,7 @@ public class InputPanel implements IEmoticonSelectedListener, IAudioRecordCallba ...@@ -859,7 +859,7 @@ public class InputPanel implements IEmoticonSelectedListener, IAudioRecordCallba
private void initAudioRecord() { private void initAudioRecord() {
if (audioMessageHelper == null) { if (audioMessageHelper == null) {
UIKitOptions options = NimUIKitImpl.getOptions(); UIKitOptions options = NimUIKitImpl.getOptions();
audioMessageHelper = new AudioRecorder(container.activity, options.audioRecordType, options.audioRecordMaxTime, this); audioMessageHelper = new AudioRecorder(container.activity, options.audioRecordType, 60, this);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment