question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Call didn't end when the provider end call from their side

See original GitHub issue

Description

When a call was ongoing with the provider. In which, many others are also joined. Some from the web, some from ios and some from android. During a call, when the provider ends the call, All other joined members call also ended automatically but in android, It’s not working.

Code to start the call:

val defaultOptions = JitsiMeetConferenceOptions.Builder()
                        .setAudioMuted(true)
                        .setVideoMuted(true)
                        .setSubject(state.res.class_name)
                        .setToken(state.res.meeting_token)
                        .setServerURL(URL(BuildConfig.CONFERENCE_URL))
                        .setUserInfo(JitsiMeetUserInfo(ss.getJitsiUserInfoBundle()))
                        .setFeatureFlag(Constant.INVITE_ENABLED,false)
                        .setFeatureFlag(Constant.LIVE_STREAMING_ENABLED,false)
                        .setFeatureFlag(Constant.PIP_ENABLED,false)
                        .setRoom(BuildConfig.CONFERENCE_URL.plus(state.name))
                        .setWelcomePageEnabled(false)
                        .build()
JitsiMeetActivity.launch(activity,defaultOptions)

Current behavior

When a call was ongoing with the provider. In which, many others are also joined. Some from the web, some from ios and some from android. During a call, when the provider ends the call, All other joined members call also ended automatically but in android, It’s not working.

Expected Behavior

After provider ends call from their side then call should also end from the user side automatically.

Possible Solution


Steps to reproduce


Environment details

I mostly tested on android versions: 8, 9, 10. I am using jitsi SDK without any modification:

implementation(‘org.jitsi.react:jitsi-meet-sdk:2.8.2’) { transitive = true }

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
Slake07commented, May 25, 2020

It will be helpful if you help me out. As I need it on urgent basis.

So it will be better if you can add this in your SDK.

Requesting support like this on an open-source project is kinda rude tbh. If you need the feature asap, implement it yourself. If you need support, you can use the forums at https://community.jitsi.org

Github isn’t a platform to ping individual members for support for your specific problem (I’m not in the Jitsi Team myself, I’m just kinda astonished about the attitude).

I am really sorry for my disrespectful comment. There was nothing about my attitude. I replied without thinking anything as I was in a hurry. Sorry again for my such comment. @saghul Sorry to you also.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What does it mean when you call someone on a mobile phone ...
It means the call is no longer in process. Either they hung up or the call has ended due to low range.
Read more >
Why Does My Phone Keep Dropping Calls? 7 Causes - Dialpad
1. If your network connection has dipped, you should get a notification or some kind of alert in your phone app (if you're...
Read more >
Can't call, dropped calls, & other calling issues - T-Mobile
Read these troubleshooting tips if you're unable to make or receive calls, or your calls drop unexpectedly on your T-Mobile device.
Read more >
While on a call on iPhone - Apple Support
End the first call and answer the new one: When using a GSM network, tap End + Accept. With a CDMA network, tap...
Read more >
Telephone-Etiquette.pdf
day; however, most of us don't think of the telephone as a tool, ... There is a lot of controversy over whether or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found