We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70f295 commit 4775a74Copy full SHA for 4775a74
samples/webrtc/js/app.js
@@ -323,7 +323,6 @@
323
324
/** DECLINE */
325
$(document).on('click', '.j-decline', function() {
326
- console.info('FUUUC');
327
if (!_.isEmpty(app.currentSession)) {
328
app.currentSession.reject({});
329
@@ -374,6 +373,7 @@
374
373
compiled = _.template( $('#callee_video').html() );
375
376
$('.j-actions').addClass('hangup');
+ $(ui.sourceFilter).attr('disabled', true);
377
378
/** get all opponents */
379
app.currentSession.opponentsIDs.forEach(function(userID, i, arr) {
@@ -552,7 +552,7 @@
552
553
if(session.opponentsIDs.length > 1) {
554
app.helpers.stateBoard.update({
555
- 'title': 'call_stop',
+ 'title': 'tpl_call_stop',
556
'property': {
557
'name': app.caller.full_name
558
}
0 commit comments