fix resize video on screen sharing too

This commit is contained in:
Alain Takoudjou
2020-10-31 01:15:03 +01:00
parent 4e2993dd1d
commit e900ef6d89
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -1032,8 +1032,7 @@ header .collapse {
/* END Sidebar Left */
/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-device-width: 768px) {
@media only screen and (max-device-width: 1024px) {
.nav-link {
margin: 0;
line-height: 1.5;
+1
View File
@@ -462,6 +462,7 @@ document.getElementById('sharebutton').onclick = function(e) {
document.getElementById('unsharebutton').onclick = function(e) {
e.preventDefault();
delUpMediaKind('screenshare');
resizePeers();
}
/** @returns {number} */