fix resize video on screen sharing too
This commit is contained in:
+1
-2
@@ -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;
|
||||
|
||||
@@ -462,6 +462,7 @@ document.getElementById('sharebutton').onclick = function(e) {
|
||||
document.getElementById('unsharebutton').onclick = function(e) {
|
||||
e.preventDefault();
|
||||
delUpMediaKind('screenshare');
|
||||
resizePeers();
|
||||
}
|
||||
|
||||
/** @returns {number} */
|
||||
|
||||
Reference in New Issue
Block a user