You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
For video chat,all versions of Android os can send the video chat request,but it just receives video chat request at Android 7.1.1. Android 9 and Android 10 can not receive video chat request when video chat request is sended from other device.
To Reproduce
Steps to reproduce the behavior:
Login in account A.
Click on chat item of account B
Click Video chat
If account B is on Android 7,it can receive video chat request successfully.Else if account B is on Android 9 or Android 10,it can't receive video chat request.
Expected behavior
I can receive video chat request at any Android OS version
Smartphone (please complete the following information):
Device: Oneplus 7 Pro
OS: Android
Version 9
The text was updated successfully, but these errors were encountered:
@bmalkow@woj-tek
Hello,this issue is maybe a bug,you need change the stork code at org.tigase.messenger.phone.pro.service.JingleAudioVideoListener->onJingleSessionInitiation(SessionObject,JingleSession)
and add
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
The issue Stork client can't receive will be resolved
Describe the bug
For video chat,all versions of Android os can send the video chat request,but it just receives video chat request at Android 7.1.1. Android 9 and Android 10 can not receive video chat request when video chat request is sended from other device.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I can receive video chat request at any Android OS version
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: