ZEGOCLOUD / zego_uikit_prebuilt_call_flutter

MIT License
16 stars 13 forks source link

Notifications don't go to other device #31

Open noobprograms opened 8 months ago

noobprograms commented 8 months ago

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 commented 8 months ago

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 commented 8 months ago

have any onConnectionStateChanged in console?

noobprograms commented 8 months ago

No i don’t have it I just followed this article to do everything to configure firebase and zegocloud console https://www.zegocloud.com/doc/callkit/Call%20Kit/main/Quick%20start%20(with%20call%20invitation)/eb1d3c42 but it didn't work

On Fri, 12 Jan 2024 at 2:34 PM, yoer @.***> wrote:

have any onConnectionStateChanged in console?

— Reply to this email directly, view it on GitHub https://github.com/ZEGOCLOUD/zego_uikit_prebuilt_call_flutter/issues/31#issuecomment-1888746801, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASYDSGFALNEWS3PY2J2VTVLYOD7UHAVCNFSM6AAAAABBXO7O4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBYG42DMOBQGE . You are receiving this because you authored the thread.Message ID: @.*** com>

noobprograms commented 8 months ago

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 commented 8 months ago

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

MaherbanAli commented 1 week ago

{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 commented 1 week ago

{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