From 8d81056bd90dfcf5b3b47ed71b130dfc5f961073 Mon Sep 17 00:00:00 2001 From: sengarlavi16 <105622281+sengarlavi16@users.noreply.github.com> Date: Wed, 7 Sep 2022 10:46:05 +0530 Subject: [PATCH] Update video-conferencing.html --- demos/video-conferencing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/video-conferencing.html b/demos/video-conferencing.html index afb08837..a43fbf5d 100644 --- a/demos/video-conferencing.html +++ b/demos/video-conferencing.html @@ -261,7 +261,7 @@

} video.srcObject = event.stream; - var width = parseInt(connection.videosContainer.clientWidth / 3) - 20; + var width = parseInt(connection.videosContainer.clientWidth / 2) - 20; var mediaElement = getHTMLMediaElement(video, { title: event.userid, buttons: ['full-screen'],