提交 863e6c8b authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Michael Jerris

FS-7509: cleanup

上级 e4705dc2
This diff was suppressed by a .gitattributes entry.
...@@ -554,18 +554,13 @@ function doshare(on) { ...@@ -554,18 +554,13 @@ function doshare(on) {
if (share_call) { if (share_call) {
return; return;
} }
console.log("Attempting Screen Capture....");
console.error("WTF???");
getScreenId(function (error, sourceId, screen_constraints) { getScreenId(function (error, sourceId, screen_constraints) {
console.error(error, sourceId, screen_constraints);
verto.videoParams(screen_constraints.video.mandatory);
share_call = verto.newCall({ share_call = verto.newCall({
destination_number: $("#ext").val(), destination_number: $("#ext").val(),
caller_id_name: $("#name").val(), caller_id_name: $("#name").val() + " (Screen)",
caller_id_number: $("#cid").val(), caller_id_number: "screen",
videoParams: screen_constraints.video.mandatory,
useVideo: true, useVideo: true,
screenShare: true screenShare: true
}); });
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论