File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ <h3 class="join__title">
66
66
</ main >
67
67
68
68
< footer class ="footer j-footer invisible ">
69
- < p class ="j-config footer-config "> TEst </ p >
69
+ < p class ="j-config footer-config "> Test v2.16.2 </ p >
70
70
< h4 >
71
71
< a class ="fw-link "
72
72
href ="https://github.com/QuickBlox/quickblox-javascript-sdk/tree/gh-pages/samples/webrtc ">
Original file line number Diff line number Diff line change 190
190
/* Insert info about creds and endpoints */
191
191
let configTxt = 'Uses: ' + JSON . stringify ( CONFIG . CREDENTIALS ) + ',' ;
192
192
configTxt += ' endpoints: ' + ( CONFIG . APP_CONFIG . endpoints ? JSON . stringify ( CONFIG . APP_CONFIG . endpoints ) : 'test server' ) ;
193
+ if ( CONFIG . ENVIRONMENT === 'production' ) {
194
+ configTxt = 'You in production mode.' ;
195
+ }
193
196
$ ( '.j-config' ) . text ( configTxt ) ;
194
197
195
198
var statesPeerConn = _ . invert ( QB . webrtc . PeerConnectionState ) ;
You can’t perform that action at this time.
0 commit comments