-
Notifications
You must be signed in to change notification settings - Fork 498
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
Voip answered call not audible. #4039
Voip answered call not audible. #4039
Comments
On which version did you experience this? |
Element V1.2.1. |
I'm not able to reproduce this on 1.2.1. Can you give more details, like what's the other client and what is the version of that? And if you can send a bug report, that'd be helpful. |
You can reproduce it by:
- Login in the app
- Kill App
- Screen lock
- call this phone from another device and you will get call and accept the
call and voice not audible.
…On Thu, 18 Feb 2021 at 5:34 PM, ismailgulek ***@***.***> wrote:
I'm not able to reproduce this on 1.2.1. Can you give more details, like
what's the other client and what is the version of that? And if you can
send a bug report, that'd be helpful.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4039 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQMJCTL3TTXAE6RRPU5DQDDS7T66HANCNFSM4XT56PHA>
.
|
I am not sure if this is the same issue but we noticed a significant degradation in audio connection establishment after 1.2.1 update. In conditions when connection is only possible with TURN server it now requires multiple redial attempts in both directions to get audio going through. |
2 clients on IOS version RIOT / 1.2.1. The call passes the voice no. |
I was using 1.0.14 version |
I'm only able to repro this due to #1934 right now. Assuming the issue you see is not the same, we should dig more into this. |
@ismailgulek I have enable microphone in app delegate so I think it is not related to microphone issue. But I am getting voice missing every time while receiving call. after kill app and locked screen. |
I could repro this guys, investigating on WebRTC level. |
I have implemented all changes provided by you but on first call after kill app and locked screen. No voice coming. |
@JaspreetiOSDev you need to implement them on both sides of the call. |
@ismailgulek I am calling to iOS Device from Web app. |
@ismailgulek Now when I am accepting call from iOS than ringer is continuously ringing on web app end after app kill and locked screen. |
@ismailgulek When app killed and phone locked then in MXCall.m class following condition is always false:-
This condition is always false in answer method that's why I am not able to answer the call and at the web end ringer in ringing continuously. Any feedback on this. Please let me know |
@JaspreetiOSDev can you provide your client logs please? A bug report would be helpful after seeing the issue. |
@ismailgulek I Checked this issue many time and some time this method not giving response-
means I am not getting success and error in this method after the call. after app killed close app and get call and answer the call and some time this method giving success response and sometime it is not giving any response and stuck. Completion handler not calling some time. I have also check check sessionDescription and sdp for this method it is also valid. |
@ismailgulek any update on above comment actually I am getting this issue on every time from iOS to iOS call. not able to pick call if app killed and locked screen. |
Please test on |
Actually Web to iOS is working fine audio configure properly but iOS to iOS it is showing Unconfigure audio session and call disconnect when accept the call. |
this method is not executing, that's why iOS user is not able to answer the call. Any idea about this. |
After app killed and screen locked voip voice not audible. If you have any update please let us know.
The text was updated successfully, but these errors were encountered: