Skip to content
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 9 and 10 video chat has problem #34

Open
ChenMoGe2 opened this issue Apr 19, 2021 · 2 comments
Open

Android 9 and 10 video chat has problem #34

ChenMoGe2 opened this issue Apr 19, 2021 · 2 comments
Assignees

Comments

@ChenMoGe2
Copy link

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:

  1. Login in account A.
  2. Click on chat item of account B
  3. Click Video chat
  4. 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
@ChenMoGe2
Copy link
Author

The Stork version is 3.0.27.f

@ChenMoGe2
Copy link
Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants