We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 - 录音失败,请重试
The text was updated successfully, but these errors were encountered:
如果不是使用的原生的UI,就参照js-ui的分支。 录音的部分可以用nim的,也可以使用自定义的。
Sorry, something went wrong.
No branches or pull requests
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 - 录音失败,请重试
The text was updated successfully, but these errors were encountered: