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

Notifications don't go to other device #31

Open
noobprograms opened this issue Jan 12, 2024 · 8 comments
Open

Notifications don't go to other device #31

noobprograms opened this issue Jan 12, 2024 · 8 comments

Comments

@noobprograms
Copy link

I get the following error
E/PLogger (16105): {call} {start call button} {signaling is not connected:ZegoSignalingPluginConnectionState.disconnected, please call ZegoUIKitPrebuiltCallInvitationService.init with ZegoUIKitSignalingPlugin first} {12/01/2024 07:57:55} {ERROR}
I/PLogger (16105): {call} {start invitation button} {onWillPressed stop click process} {12/01/2024 07:57:55} {INFO}

I have already called ZegoUIKitPrebuiltCallInvitationService().init with ZegoUIKitSignalingPlugin

@yoer
Copy link
Collaborator

yoer commented Jan 12, 2024

Has your app ID been actived with IM service?

you can Go to ZEGOCLOUD Admin Console and active in this page
Active In-app Chat service

or contact our technical support for assistance.

@yoer
Copy link
Collaborator

yoer commented Jan 12, 2024

have any onConnectionStateChanged in console?

@noobprograms
Copy link
Author

noobprograms commented Jan 12, 2024 via email

@noobprograms
Copy link
Author

Has your app ID been actived with IM service?

you can Go to ZEGOCLOUD Admin Console and active in this page Active In-app Chat service

or contact our technical support for assistance.

i have done this activation step

@yoer
Copy link
Collaborator

yoer commented Jan 12, 2024

emm, plz contact our technical support and send us the logs.

@MaherbanAli
Copy link

MaherbanAli commented Sep 3, 2024

{call-invitation} {components, send call button} {signaling is not connected:ZegoSignalingPluginConnectionState.disconnected, please call ZegoUIKitPrebuiltCallInvitationService.init with ZegoUIKitSignalingPlugin first} {03/09/2024 19:32:26} {ERROR}

{uikit-plugin-signaling} {start invitation button} {onWillPressed stop click process} {03/09/2024 19:32:26} {INFO}

getting same issue

@yoer
Copy link
Collaborator

yoer commented Sep 4, 2024

{call-invitation} {components, send call button} {signaling is not connected:ZegoSignalingPluginConnectionState.disconnected, please call ZegoUIKitPrebuiltCallInvitationService.init with ZegoUIKitSignalingPlugin first} {03/09/2024 19:32:26} {ERROR}

{uikit-plugin-signaling} {start invitation button} {onWillPressed stop click process} {03/09/2024 19:32:26} {INFO}

getting same issue

have you init with ZegoUIKitSignalingPlugin?

  ZegoUIKitPrebuiltCallInvitationService().init(
    appID: yourAppID /*input your AppID*/,
    appSign: yourAppSign /*input your AppSign*/,
    userID: currentUser.id,
    userName: currentUser.name,
    plugins: [ZegoUIKitSignalingPlugin()],
  );

quick start

@harriscr7
Copy link

harriscr7 commented Jan 18, 2025

Same Error :(

E/PLogger ( 3734): {call-invitation} {components, send call button} {network state:ZegoUIKitNetworkState.online, signaling is not connected:ZegoSignalingPluginConnectionState.connecting, ZegoUIKitPrebuiltCallInvitationService is init: true, } {19/01/2025 04:48:38} {ERROR}
I/PLogger ( 3734): {uikit-plugin-signaling} {start invitation button} {onWillPressed stop click process} {19/01/2025 04:48:38} {INFO}
I/zego_jni( 3734): [2025-1-19 7:48:39:166][Verbose][Callback] OnConnectionStateChanged: state: 1, event: 1, extended_data: {}
I/PLogger ( 3734): {signaling} {event center} {onConnectionStateChanged, state:ZIMConnectionState.connecting, event:ZIMConnectionEvent.activeLogin, extendedData:{}} {19/01/2025 04:48:39} {INFO}... Any Solution @MaherbanAli ?

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

4 participants