-
Notifications
You must be signed in to change notification settings - Fork 48
Description
| await RtcMediaDeviceNotifier.instance.pauseAudioPlayout(); |
This new line has caused a lot of issues for my users.
A lot of my users have been complaining that they cannot hear the other person anymore since upgrading versions. All of these users were Apple users. After I then downgraded from 1.3.0 to 1.2.3, the issue still stayed.
So it had to be from a version before then. Seeing that the line I referenced was introduced in version 1.2.3, that does explain things.
I still have to publish a version downgraded to 1.2.2 to see if that fixes it for all my users.
After figuring out some of my users call logs, I saw that "normal" calls would start like this:
and calls without audio would start like this:
I am pretty sure that the line that I referenced causes this issue.
Some users say that it always happens when they call quite shortly after having ended a previous call, but for some it also happens the first time when calling.
I hope that you can quickly release a fix for this!