Closed jeetbv closed 1 year ago
Issue 2 :
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?
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 -
But when I run the application and login/register it. it's not creating the push subscription in the quick box dashboard.
If you haven't added API key to the dashboard and haven't added Firebase to your project subscription won't be created.
We already added the API key.
And configured your application according to this instruction?
Yes. we have followed the official document for the setup and integration.
Could you please provide logs from the application?
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
-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
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.
QBSettings.getInstance().setLogLevel(LogLevel.DEBUG);
QBChatService.setDebugEnabled(true);
QBRTCConfig.setDebugEnabled(true);
Hello There, I have downloaded the sample code of the video calling SDK.