Skip to content

Commit 4775a74

Browse files
committed
QBWEBSDK-254
+ call_stop
1 parent e70f295 commit 4775a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/webrtc/js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@
323323

324324
/** DECLINE */
325325
$(document).on('click', '.j-decline', function() {
326-
console.info('FUUUC');
327326
if (!_.isEmpty(app.currentSession)) {
328327
app.currentSession.reject({});
329328

@@ -374,6 +373,7 @@
374373
compiled = _.template( $('#callee_video').html() );
375374

376375
$('.j-actions').addClass('hangup');
376+
$(ui.sourceFilter).attr('disabled', true);
377377

378378
/** get all opponents */
379379
app.currentSession.opponentsIDs.forEach(function(userID, i, arr) {
@@ -552,7 +552,7 @@
552552

553553
if(session.opponentsIDs.length > 1) {
554554
app.helpers.stateBoard.update({
555-
'title': 'call_stop',
555+
'title': 'tpl_call_stop',
556556
'property': {
557557
'name': app.caller.full_name
558558
}

0 commit comments

Comments
 (0)