Merge branch 'blackneck-master'
This commit is contained in:
commit
cf3ea2b8af
|
@ -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