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
发送语音消息,有2个问题: 1、JmessageFlutterPlugin.java 中,MediaPlayer mediaPlayer = MediaPlayer.create(mContext, Uri.parse(path)) 创建后,mediaPlayer 为空,获取duration异常,经修改后,从extras中获取seconds。可以算是解决了。 2、后续上传的过程中,出现语音文件上传失败问题。PlatformException(871403, Upload file failed., , null),upload use up host https://upload.qiniup.com
The text was updated successfully, but these errors were encountered:
No branches or pull requests
发送语音消息,有2个问题:
1、JmessageFlutterPlugin.java 中,MediaPlayer mediaPlayer = MediaPlayer.create(mContext, Uri.parse(path)) 创建后,mediaPlayer 为空,获取duration异常,经修改后,从extras中获取seconds。可以算是解决了。
2、后续上传的过程中,出现语音文件上传失败问题。PlatformException(871403, Upload file failed., , null),upload use up host https://upload.qiniup.com
The text was updated successfully, but these errors were encountered: