From: Anthony Minessale Date: Thu, 19 Feb 2015 02:26:07 +0000 (-0600) Subject: FS-7509: add -screen to current ext when pressing the share button X-Git-Tag: v1.6.2~614^2~367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93b3a946ec8b7de431a2982faeedcbb40a82cd81;p=thirdparty%2Ffreeswitch.git FS-7509: add -screen to current ext when pressing the share button --- diff --git a/html5/verto/video_demo/verto.js b/html5/verto/video_demo/verto.js index edff3848e9..f3723b10fc 100644 --- a/html5/verto/video_demo/verto.js +++ b/html5/verto/video_demo/verto.js @@ -557,9 +557,9 @@ function doshare(on) { console.log("Attempting Screen Capture...."); getScreenId(function (error, sourceId, screen_constraints) { share_call = verto.newCall({ - destination_number: $("#ext").val(), + destination_number: $("#ext").val() + "-screen", caller_id_name: $("#name").val() + " (Screen)", - caller_id_number: "screen", + caller_id_number: $("#cid").val() + " (screen)", videoParams: screen_constraints.video.mandatory, useVideo: true, screenShare: true