react-native-netease-im icon indicating copy to clipboard operation
react-native-netease-im copied to clipboard

how to send voice message?

Open rising32 opened this issue 5 years ago • 0 comments

stop = () => { NimSession.endAudioRecord(); console.log('audio length = ', this.state.audioLength); };

record = () => { NimSession.onTouchVoice(); NimSession.startAudioRecord(); };

when I send voice message to server, NimSession.sendAudioMessage(path, duration);

in here, please explain about path in detail.....

now in my app, it occurs record error - 录音失败,请重试

rising32 avatar Jan 15 '20 06:01 rising32