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">
6666 </ main >
6767
6868 < 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 >
7070 < h4 >
7171 < a class ="fw-link "
7272 href ="https://github.com/QuickBlox/quickblox-javascript-sdk/tree/gh-pages/samples/webrtc ">
Original file line number Diff line number Diff line change 190190 /* Insert info about creds and endpoints */
191191 let configTxt = 'Uses: ' + JSON . stringify ( CONFIG . CREDENTIALS ) + ',' ;
192192 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+ }
193196 $ ( '.j-config' ) . text ( configTxt ) ;
194197
195198 var statesPeerConn = _ . invert ( QB . webrtc . PeerConnectionState ) ;
You can’t perform that action at this time.
0 commit comments