fix(screen-sharing, picture-in-picture) re-enables PIP after stopping screen-share
This commit is contained in:
parent
da0cb2b837
commit
646fdef6bb
|
@ -41,6 +41,7 @@ function _toggleScreenSharing(enabled, store) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
dispatch(destroyLocalDesktopTrackIfExists());
|
dispatch(destroyLocalDesktopTrackIfExists());
|
||||||
|
setPictureInPictureDisabled(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue