File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ const exclamationElement = document.getElementById('exclamation');
29
29
const autoReconnectDelay = 15 ;
30
30
const singlebutton = false ;
31
31
const calleeMode = true ;
32
- const bitrate = 320000 ;
33
32
33
+ var bitrate = 320000 ;
34
34
var ringtoneSound = null ;
35
35
var ringtoneIsPlaying = false ;
36
36
var busySignalSound = null ;
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ const enterIdVal = document.getElementById('enterIdVal');
8
8
const enterDomainVal = document . getElementById ( 'enterDomainVal' ) ;
9
9
const divspinnerframe = document . querySelector ( 'div#spinnerframe' ) ;
10
10
const calleeMode = false ;
11
- const bitrate = 320000 ;
12
11
12
+ var bitrate = 320000 ;
13
13
var connectingText = "Connecting P2P..." ;
14
14
var singleButtonReadyText = "Click to make your order<br>Live operator" ;
15
15
var singleButtonBusyText = "All lines are busy.<br>Please try again a little later." ;
You can’t perform that action at this time.
0 commit comments