Skip to content

Commit

Permalink
lk 0.6 actual api for tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
robtfm committed Sep 23, 2024
1 parent d3d25b0 commit 5bfa99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/comms/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fn test_livekit() {
echo_cancellation: true,
noise_suppression: true,
auto_gain_control: true,
}, 44_100, 1, 10);
}, 44_100, 1, Some(false));
let mic_track = LocalTrack::Audio(LocalAudioTrack::create_audio_track("mic", RtcAudioSource::Native(native_source.clone())));
room.local_participant().publish_track(mic_track, TrackPublishOptions{ source: TrackSource::Microphone, ..Default::default() }).await.unwrap();
});
Expand Down

0 comments on commit 5bfa99d

Please sign in to comment.