We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8e03d commit 2c4be65Copy full SHA for 2c4be65
evi-flutter-example/lib/main.dart
@@ -228,6 +228,10 @@ class _MyHomePageState extends State<MyHomePage> {
228
throw Exception('Please set your Hume API credentials in main.dart');
229
}
230
231
+ if (ConfigManager.instance.humeConfigId.isNotEmpty) {
232
+ uri += "&config_id=${ConfigManager.instance.humeConfigId}";
233
+ }
234
+
235
_chatChannel = WebSocketChannel.connect(Uri.parse(uri));
236
237
_chatChannel!.stream.listen(
0 commit comments