File tree 1 file changed +19
-2
lines changed
1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,16 @@ import {
9
9
10
10
describe ( 'StartMuted' , ( ) => {
11
11
it ( 'checkboxes test' , async ( ) => {
12
- const options = { configOverwrite : { p2p : { enabled : true } } } ;
12
+ const options = {
13
+ configOverwrite : {
14
+ p2p : {
15
+ enabled : true
16
+ } ,
17
+ testing : {
18
+ testMode : true ,
19
+ debugAudioLevels : true
20
+ }
21
+ } } ;
13
22
14
23
await ensureOneParticipant ( ctx , options ) ;
15
24
@@ -162,7 +171,11 @@ describe('StartMuted', () => {
162
171
163
172
const options = {
164
173
configOverwrite : {
165
- startWithAudioMuted : true
174
+ startWithAudioMuted : true ,
175
+ testing : {
176
+ testMode : true ,
177
+ debugAudioLevels : true
178
+ }
166
179
}
167
180
} ;
168
181
@@ -191,6 +204,10 @@ describe('StartMuted', () => {
191
204
await ensureOneParticipant ( ctx , options ) ;
192
205
await joinSecondParticipant ( ctx , {
193
206
configOverwrite : {
207
+ testing : {
208
+ testMode : true ,
209
+ debugAudioLevels : true
210
+ } ,
194
211
p2p : {
195
212
enabled : true
196
213
}
You can’t perform that action at this time.
0 commit comments