Puts back resolution values into screen constraints

This commit is contained in:
perroned 2017-03-21 17:14:36 +00:00
parent 8c338f42d2
commit 47c6e3fe69

View File

@ -368,6 +368,10 @@ Verto.prototype.makeShare = function () {
};
Verto.prototype.doShare = function (screenConstraints) {
screenConstraints.maxWidth = this.vid_width;
screenConstraints.maxHeight = this.vid_height;
this.share_call = window.vertoHandle.newCall({
destination_number: this.destination_number,
caller_id_name: this.caller_id_name,