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