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

(PlatformException(ERROR, java.lang.Long cannot be cast to java.lang.Integer, , null)) #82

Closed
Mr-Slimon opened this issue May 12, 2021 · 1 comment

Comments

@Mr-Slimon
Copy link

ConnectycubeFlutterCallKit.showCallNotification

when I launch this i get this error

E/flutter (25671): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: PlatformException(ERROR, java.lang.Long cannot be cast to java.lang.Integer, , null)

E/flutter (25671): #0 StandardMethodCodec.decodeEnvelope
package:flutter/…/services/message_codecs.dart:581

E/flutter (25671): #1 MethodChannel._invokeMethod
package:flutter/…/services/platform_channel.dart:158

E/flutter (25671):

i am trying to run this code with fake data after firebase background message invoked

I don't understand how to to do that - the code i am using is this

ConnectycubeFlutterCallKit.showCallNotification(
      sessionId: "23113123",
      callType: 0,
      callerId: 4124124124124,
      callerName: "Test Me",
      opponentsIds: {2, 3, 4});
@TatankaConCube
Copy link
Contributor

close, cause resolved in ConnectyCube/connectycube-flutter-call-kit#7

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

2 participants