Skip to content

Commit

Permalink
Only run testSoundMeter to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Oct 19, 2024
1 parent d1025d9 commit bac9f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/js/webrtc_adaptor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ describe("WebRTCAdaptor", function() {
await adaptor.updateAudioTrack(stream, null, null);
});

it("testSoundMeter", function(done) {
it.only("testSoundMeter", function(done) {
this.timeout(15000);
console.log("Starting testSoundMeter");

Expand All @@ -566,7 +566,7 @@ describe("WebRTCAdaptor", function() {
audio: true
},
initializeComponents: false,
volumeMeterUrl: '/volume-meter-processor.js',
volumeMeterUrl: 'volume-meter-processor.js',
});

//fake stream in te browser is a period audio and silence, so getting sound level more than 0 requires
Expand Down

0 comments on commit bac9f8b

Please sign in to comment.