Merge branch 'master' of https://github.com/blackneck/jitsi-meet into blackneck-master
This commit is contained in:
commit
ba778c50ac
|
@ -257,7 +257,7 @@ function _getLocalTracksToChange(currentTracks, newTracks) {
|
|||
|
||||
if (newLocalAudio) {
|
||||
tracksToAdd.push(newLocalAudio);
|
||||
currentLocalAudio && tracksToRemove.push(newLocalVideo);
|
||||
currentLocalAudio && tracksToRemove.push(currentLocalAudio);
|
||||
}
|
||||
if (newLocalVideo) {
|
||||
tracksToAdd.push(newLocalVideo);
|
||||
|
|
Loading…
Reference in New Issue