Skip to content

Commit 982fbc4

Browse files
author
Igor Khomenko
committed
set webrtc intervals for 30 s
1 parent 36378ad commit 982fbc4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

samples/webrtc/config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ var QBApp = {
55
};
66

77
var CONFIG = {
8-
chatProtocol: {
9-
active: 2,
10-
},
118
debug: true,
129
webrtc: {
13-
answerTimeInterval: 25,
10+
answerTimeInterval: 30,
1411
dialingTimeInterval: 5,
15-
disconnectTimeInterval: 25
12+
disconnectTimeInterval: 30
1613
}
1714
};
1815

0 commit comments

Comments
 (0)