Giter VIP home page Giter VIP logo

Comments (12)

jeetbv avatar jeetbv commented on July 28, 2024

Issue 2 :

  1. "The call service is ready to call service is ready" this notification tray is not displayed in the native android project but when I try this with the flutter SDK it's showing. so if this tray no comes, "The call service is ready to call service is ready"

from quickblox-android-sdk.

sshaforenkoqb avatar sshaforenkoqb commented on July 28, 2024

Hello @jeetbv,
have you configured Firebase project, API Key, and added it to the QuickBlox dashboard as described here?

I have downloaded the sample code of the video calling SDK.
Just to clarify, you have downloaded simple sample for flutter, right?

from quickblox-android-sdk.

jeetbv avatar jeetbv commented on July 28, 2024

We are using this but some issue regarding the calls , so we are move into the separate native SDK code for the android as well the iOS.

for android we are using this SDK - https://github.com/QuickBlox/quickblox-android-sdk -

from quickblox-android-sdk.

sshaforenkoqb avatar sshaforenkoqb commented on July 28, 2024

Ok, got it, so to configure Push notifications please go through this and this documentation.
Subscription required to receive push notifications that will wake up the application if it in the background or killed state to receive a call.

from quickblox-android-sdk.

jeetbv avatar jeetbv commented on July 28, 2024

But when I run the application and login/register it. it's not creating the push subscription in the quick box dashboard.

from quickblox-android-sdk.

sshaforenkoqb avatar sshaforenkoqb commented on July 28, 2024

If you haven't added API key to the dashboard and haven't added Firebase to your project subscription won't be created.

from quickblox-android-sdk.

jeetbv avatar jeetbv commented on July 28, 2024

We already added the API key.

from quickblox-android-sdk.

sshaforenkoqb avatar sshaforenkoqb commented on July 28, 2024

And configured your application according to this instruction?

from quickblox-android-sdk.

jeetbv avatar jeetbv commented on July 28, 2024

Yes. we have followed the official document for the setup and integration.

from quickblox-android-sdk.

sshaforenkoqb avatar sshaforenkoqb commented on July 28, 2024

Could you please provide logs from the application?

from quickblox-android-sdk.

jeetbv avatar jeetbv commented on July 28, 2024

After the login

E/MainActivity( 4357): Checking Permissions
E/MainActivity( 4357): Android Overlay Permission NOT Granted
V/OplusZoomWindowDecorViewHelper( 4357): setLastReportedMergedConfiguration mZoomDisplayHeight: 2400 getDecorView.263962605
D/SurfaceComposerClient( 4357): VRR [FRTC] client handle [bufferId:18446744073709551615 framenumber:0] [ffffffff, ffffffff]
D/App ( 4357): Session Updated
I/Quality ( 4357): Skipped: false 4 cost 74.03001 refreshRate 0
D/App ( 4357): ===SubscriptionCreated
I/flutter ( 4357): PAYLOADING:____
I/flutter ( 4357): connect_chat errorPlatformException(Client is already logged in, null, null, null)
I/flutter ( 4357): connect_chat
D/BaseClient.( 4357): Create QBRTCClient INSTANCE
D/BaseClient.( 4357): init Task Executor
D/BaseClient.LooperExecutor( 4357): Create looper executor on thread: 2 for QBRTCClient
D/BaseClient.LooperExecutor( 4357): Request Looper start. On QBRTCClient
D/BaseClient.LooperExecutor( 4357): Looper thread started.
D/BaseClient.LooperExecutor( 4357): Looper thread started on thread.1007
D/BaseClient.( 4357): Added session CALLBACK listenercom.quickblox.quickblox_sdk.webrtc.WebRTCCallService$SessionEventListener@5de1a737

This log comes after i give the permission of the overlay.

-D/LoginService( 4357): ---------Service onCreate()
D/LoginService( 4357): ---------Service started
D/LoginService( 4357): ---------Service started after
D/LoginService( 4357): ---------Get USEr
E/SettingsUtil( 4357): answerTimeInterval = 60
E/SettingsUtil( 4357): disconnectTimeInterval = 10
E/SettingsUtil( 4357): dialingTimeInterval = 5
D/BaseClient.( 4357): Added session CALLBACK WebRtcSessionManager@cebb5fe

from quickblox-android-sdk.

sshaforenkoqb avatar sshaforenkoqb commented on July 28, 2024

Hello @jeetbv,
Let's move our conversation to the support portal https://help.quickblox.com(There is a link to submit a ticket) because we'll require you to share with us some sensitive information.

  1. Could you please clarify, are you using Android SDK in your flutter application with your own bridge?
  2. Also could you please enable logs inside sdk(https://docs.quickblox.com/docs/android-setup#enable-logging) and share them with us:
QBSettings.getInstance().setLogLevel(LogLevel.DEBUG);
QBChatService.setDebugEnabled(true);
QBRTCConfig.setDebugEnabled(true);

from quickblox-android-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.