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] ConferenceService is not working #214

Open
Poovit-B opened this issue Dec 8, 2023 · 3 comments
Open

[Android] ConferenceService is not working #214

Poovit-B opened this issue Dec 8, 2023 · 3 comments

Comments

@Poovit-B
Copy link

Poovit-B commented Dec 8, 2023

In the android/app/src/main/AndroidManifest.xml, I have added the necessary configuration:

 <service
        android:name="org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService"
        android:foregroundServiceType="mediaProjection" />

Additionally, the call-integration.enabled flag is set to true.

On iOS, everything is working seamlessly. However, on Android, while the Jitsi Meet functionality is working fine, it seems that the ConferenceService is not available.

Additional Information:

React Native Version: 0.72.7
@jitsi/react-native-sdk Version: 1.0.3
@react-native-google-signin/google-signin Version: 10.1.1
react-native-webrtc Version: 118.0.0

@saghul
Copy link
Member

saghul commented Dec 8, 2023

@Poovit-B
Copy link
Author

Poovit-B commented Dec 8, 2023

Do you mean ConnectionService? https://developer.android.com/reference/android/telecom/ConnectionService

Hi @saghul,

Thank you for your continued support.

It appears that Jitsi for Android might not currently support ConnectionService. Is that correct?

In my quest for a solution, I came across the react-native-callkeep library (https://github.com/react-native-webrtc/react-native-callkeep) for integrating with Jitsi. Could you provide any insights or recommendations regarding this approach?

@saghul
Copy link
Member

saghul commented Dec 8, 2023

We do have support for it, but due to how many probelms we've seen with many manufacturers we opted to disable it by default.

Right now CS is not even built for the RN SDK for this reason. A PR making it possible would be acceptable though.

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