From 93b3a946ec8b7de431a2982faeedcbb40a82cd81 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 18 Feb 2015 20:26:07 -0600 Subject: [PATCH] FS-7509: add -screen to current ext when pressing the share button --- html5/verto/video_demo/verto.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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