Skip to content

Commit 4134667

Browse files
chore(example): fix precall_test not working (#1109)
1 parent 1c2813a commit 4134667

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/lib/examples/advanced/precall_test/precall_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ class _State extends State<PreCallTest> {
250250

251251
if (_isStartEchoTest) {
252252
await _engine.startEchoTest(
253-
const EchoTestConfiguration(intervalInSeconds: 10));
253+
const EchoTestConfiguration(
254+
intervalInSeconds: 10, channelId: 'test'));
254255
} else {
255256
await _engine.stopEchoTest();
256257
}

0 commit comments

Comments
 (0)