-
Notifications
You must be signed in to change notification settings - Fork 11
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
Android and iOS video issues #37
Comments
Maybe this problem has something to do with this one #31 what do you think? I need to investigate, I have not received reports of this issue with video on iOS.
After I did the implementation I found that this wouldn't work for call in progress, I'll upload the fix for this issue.
This problem is the same as reported here: #30 and I also need some help to solve this, @tompi do you have any ideas? I didn't get a response with the possible solution that @PeterHeasler applied to solve this.
It is because the event is not firing after the call is completed, I intend to adjust in the sequence. |
There are several problems with the video, this one in problem #30 seems to me the worst, because the camera no longer works on the second call or if it is deactivated during the call, curiously, it seems like a local problem only, because the other side remains working well, which makes the problem less serious, although serious :/ |
Hello @aodegov . I noticed that problem #30 also occurs if the user changes the camera (front/back) a few times, were you able to find a solution to this problem there? ***The item correction is small, it can capture in the PR that is open while it is pending. |
Hi @andersonvieiragomeslopes. |
Hi @aodegov. is that this problem #30 occurs when the user turns the video on and off and tries to turn it on again and then it freezes on a white page, the problem you mentioned is the same.
If we can find a solution to this blank frame, we solve the main problem that we have here and that is the same as in #30 |
Hi @andersonvieiragomeslopes, |
Hello, @mcblacksea . Problem 4 remains in the latest version, I'm still thinking how to solve it without generating processing load on screen loading :( I added a path that can help you, just need to uncomment the lines and test to validate, but still not this as the ideal/definitive solution. |
*problem face in iOS
Azure calling connect in all state like foreground background and kill mode in both android and iOS audio and video work properly in all state foreground background and kill mode in both android and iOS video call same looking like watsapp call Skype call |
Issue prerequisites
Used TestSample project
All functionality in the TestSample according to latest PR #36,
for this time (26th of August 2022)
Tested on real device:
Android: Huawei P20 pro
iOS: iPhone 12 Pro
And web browser app:
.Net Core + React edition:
communication-services-web-calling-hero
Call mode (or TypeCall): Group call
Issues description
On iOS: when user is pressing the 'Turn On / Off' Video button several times (2-3 in my case) along the call,
then app crashes, without any exception handling or some pop up notification for the user.
On iOS and Android: The Camera switching (Back / Front camera) button is not working along the Video call
On Android: when user is pressing the 'Turn On / Off' Video button several times, the video on the frame with current (Android) caller is disappearing, and current user (or Android caller) instead of himself (or his current video within the current user's frame) just seeing the blank frame.
On Android: when user is joining to the Group call and turning ON the video, in order to check if everything is alright before the call, on the
Setup page
, then when he entered into theCall Page
, he won't see the frame with himself (or with Android caller).The frame with Android user caller appears on his phone only when he pushes back and forth 'Turn On / Off' Video button, but not at the beginning of the call as expected.
The text was updated successfully, but these errors were encountered: