Skip to content

iOS calls are muted since 1.2.3 #1189

@tkortekaas

Description

@tkortekaas

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:

Image

and calls without audio would start like this:

Image

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions