You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After a .connect() and a .tokenLogin(tc), i call the method .createCall().newInvite(...) but no call starts.
Expected behaviour
The call starts with no issues
To Reproduce
Log on with tokenConfig
** Device:**
Windows
Logs
After connecting:
💡 Web Socket is now connected
💡 WebSocket connected
After trying .createCall().newInvite(...)
💡 Peer :: Adding ICE candidate :: Instance of 'RTCIceCandidate'
💡 TxSocket :: send : ... data ...
💡 DEBUG MESSAGE: {"jsonrpc":"2.0","id":"04f0a93c-3ab2-4ce7-a021-6146e418ba2f","error":{"code":-32000,"message":"Authentication Required"}}
💡 Received WebSocket message :: {"jsonrpc":"2.0","id":"04f0a93c-3ab2-4ce7-a021-6146e418ba2f","error":{"code":-32000,"message":"Authentication Required"}}
💡 Received WebSocket message - Contains Error :: "{"jsonrpc":"2.0","id":"04f0a93c-3ab2-4ce7-a021-6146e418ba2f","error":{"code":-32000,"message":"Authentication Required"}}"
💡 Received and ignored empty packet
The "onSocketErrorReceived" listener, received this:
[ERROR:flutter/shell/common/shell.cc(1004)] The 'FlutterWebRTC/peerConnectionEvent68AABAA1-A384-490D-8604-3A54594FC8A7' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do so may result in data loss or crashes, and must be fixed in the plugin or application code creating that channel.
The text was updated successfully, but these errors were encountered:
Bug Category
SDK Version
telnyx_webrtc: ^0.0.10
Describe the bug
After a .connect() and a .tokenLogin(tc), i call the method .createCall().newInvite(...) but no call starts.
Expected behaviour
The call starts with no issues
To Reproduce
Log on with tokenConfig
** Device:**
Logs
After connecting:
💡 Web Socket is now connected
💡 WebSocket connected
After trying .createCall().newInvite(...)
💡 Peer :: Adding ICE candidate :: Instance of 'RTCIceCandidate'
💡 TxSocket :: send : ... data ...
💡 DEBUG MESSAGE: {"jsonrpc":"2.0","id":"04f0a93c-3ab2-4ce7-a021-6146e418ba2f","error":{"code":-32000,"message":"Authentication Required"}}
💡 Received WebSocket message :: {"jsonrpc":"2.0","id":"04f0a93c-3ab2-4ce7-a021-6146e418ba2f","error":{"code":-32000,"message":"Authentication Required"}}
💡 Received WebSocket message - Contains Error :: "{"jsonrpc":"2.0","id":"04f0a93c-3ab2-4ce7-a021-6146e418ba2f","error":{"code":-32000,"message":"Authentication Required"}}"
💡 Received and ignored empty packet
The "onSocketErrorReceived" listener, received this:
[ERROR:flutter/shell/common/shell.cc(1004)] The 'FlutterWebRTC/peerConnectionEvent68AABAA1-A384-490D-8604-3A54594FC8A7' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the platform thread. Failure to do so may result in data loss or crashes, and must be fixed in the plugin or application code creating that channel.
The text was updated successfully, but these errors were encountered: