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

[Bug] createCall() throws invalid argument error #12

Closed
1 of 9 tasks
icodelifee opened this issue Aug 18, 2022 · 1 comment
Closed
1 of 9 tasks

[Bug] createCall() throws invalid argument error #12

icodelifee opened this issue Aug 18, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@icodelifee
Copy link
Contributor

Bug Category

  • Credential Login
  • Token Login
  • Local Audio Issue
  • Remote Audio Issue
  • Audio Device Switching
  • Mute / Unmute
  • Hold / Unhold
  • Performance issues
  • Other

SDK Version
telnyx_webrtc: ^0.0.3

Describe the bug
While creating a call using connected Telnyx client throws Argument Error, looking into API I believe it is caused due to the #11 socket initialize error while logging with credentials, since it throws an error there, the socket id is not initialized.

Logs

I/flutter (13454): │ #0   TelnyxClient._onMessage (package:telnyx_webrtc/telnyx_client.dart:234:13)
package:telnyx_webrtc/telnyx_client.dart:234
I/flutter (13454): │ #1   TelnyxClient.connect.<anonymous closure> (package:telnyx_webrtc/telnyx_client.dart:89:9)
package:telnyx_webrtc/telnyx_client.dart:89
I/flutter (13454): │ 💡 DEBUG MESSAGE: {"jsonrpc":"2.0","id":30805,"method":"telnyx_rtc.ping","params":{"serno":1660818704}}

Screenshot 2022-08-18 at 4 04 56 PM

@Oliver-Zimmerman
Copy link
Contributor

@icodelifee
Fixed:
#14

Please test with telnyx_webrtc: ^0.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants