-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
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
[Web] Error with onAudioVolumeIndication event deserialization #1840
Comments
FYI this fixed it for me: 6b0f2ae#diff-d77ff0819e0ada930b5a8cac10a4d2851fa9243f0fa8b59a28ed16c76d4f16bb |
@dannnnthemannnn Thanks for your report, can you also share the log of this callback (there should be an event name and JSON data of this callback in the log), so we can check what we get from the JS side. |
Hello @littleGnAl Where would I find those logs on web? I see for the other platforms the defualt log locations:
I dont see a log file at /Users//Library/Containers//Data/Library/Logs/agora-iris.log on my mac. |
On the web, this log only outputs to the console. |
@littleGnAl Unfortunately it seems like the log is not outputting the raw JSON that is failing to parse or anything:
|
Hi @littleGnAl, @dannnnthemannnn suggested a fix in a comment above that resolved this issue. I searched for the contributing guide for Web and didn't see it yet. What is the process like for merging the proposes changes above? |
Version of the agora_rtc_engine
6.3.2
Platforms affected
Steps to reproduce
await engine.enableAudioVolumeIndication(interval: 200, smooth: 3, reportVad: true);
Expected results
It sends volume indication events properly
Actual results
It fails
Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
N/A
Logs
Logs
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: