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
SDK Version
Which version of the SDK have you added from pub.dev? Feel free to add the whole dependency implementation:
eg. telnyx_webrtc: ^0.0.18
Describe the bug
i have added the dependency telnyx_webrtc: ^0.0.18 and import the import 'package:telnyx_webrtc/telnyx_webrtc.dart'; in my dart code and pasted this code TelnyxClient _telnyxClient = TelnyxClient();
_telnyxClient.connect(); but when ever i hit the run it shows me this error
lib/home.dart:121:3: Error: Type 'TelnyxClient' not found.
TelnyxClient _telnyxClient = TelnyxClient();
^^^^^^^^^^^^
lib/home.dart:104:37: Error: Couldn't find constructor '_MyHomePageState'.
_MyHomePageState createState() => _MyHomePageState();
^^^^^^^^^^^^^^^^
lib/home.dart:121:3: Error: 'TelnyxClient' isn't a type.
TelnyxClient _telnyxClient = TelnyxClient();
^^^^^^^^^^^^
lib/home.dart:121:32: Error: Method not found: 'TelnyxClient'.
TelnyxClient _telnyxClient = TelnyxClient();
^^^^^^^^^^^^
i have installed the dependices correclty but still it shows me this error Expected behaviour
A clear and concise description of what you expected to happen.
To Reproduce
Steps to reproduce the behaviour:
e.g. (Log on with credentials)
e.g. (Socket error then returned)
** Device (please complete the following information):**
Emulator: (true/false)
Device/Browser: [e.g. Pixel 6, iPhone XR, Chrome]
OS Version: [e.g. Android Oreo, iOS 12, Chrome Version 103.0.5060.53]
Logs
Please provide any logs available to you, remember to enable verbose logging within the SDK.
The text was updated successfully, but these errors were encountered:
Bug Category
SDK Version
Which version of the SDK have you added from pub.dev? Feel free to add the whole dependency implementation:
eg. telnyx_webrtc: ^0.0.18
Describe the bug
i have added the dependency telnyx_webrtc: ^0.0.18 and import the import 'package:telnyx_webrtc/telnyx_webrtc.dart'; in my dart code and pasted this code TelnyxClient _telnyxClient = TelnyxClient();
_telnyxClient.connect(); but when ever i hit the run it shows me this error
lib/home.dart:121:3: Error: Type 'TelnyxClient' not found.
TelnyxClient _telnyxClient = TelnyxClient();
^^^^^^^^^^^^
lib/home.dart:104:37: Error: Couldn't find constructor '_MyHomePageState'.
_MyHomePageState createState() => _MyHomePageState();
^^^^^^^^^^^^^^^^
lib/home.dart:121:3: Error: 'TelnyxClient' isn't a type.
TelnyxClient _telnyxClient = TelnyxClient();
^^^^^^^^^^^^
lib/home.dart:121:32: Error: Method not found: 'TelnyxClient'.
TelnyxClient _telnyxClient = TelnyxClient();
^^^^^^^^^^^^
i have installed the dependices correclty but still it shows me this error
Expected behaviour
A clear and concise description of what you expected to happen.
To Reproduce
Steps to reproduce the behaviour:
** Device (please complete the following information):**
Logs
Please provide any logs available to you, remember to enable verbose logging within the SDK.
The text was updated successfully, but these errors were encountered: