-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
Has your app ID been actived with IM service? you can Go to ZEGOCLOUD Admin Console and active in this page or contact our technical support for assistance. |
have any |
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
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASYDSGFALNEWS3PY2J2VTVLYOD7UHAVCNFSM6AAAAABBXO7O4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBYG42DMOBQGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
i have done this activation step |
emm, plz contact our technical support and send us the logs. |
{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()],
); |
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 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
The text was updated successfully, but these errors were encountered: