Skip to content
Snippets Groups Projects
Commit 336a6b3c authored by Richard Alam's avatar Richard Alam
Browse files

- apply smoothing on deskstop sharing video

parent c09636ea
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
video = new Video(width, height);
video.width = width;
video.height = height;
video.smoothing = true;
video.attachNetStream(ns);
ns.play(stream);
this.stream = stream;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment