Compare commits

..

No commits in common. "5dfbec1c0d473eb96fa7a764a93d4c4f08e411e9" and "cf6725dec4ab15fdf6f504796cd6df445882eeee" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -20464,7 +20464,7 @@ setTimeout(() => {
consumerVideo.close()
remoteVideo.srcObject = null
}
else if (kind === 'audio') consumerAudio.close()
else if (king === 'audio') consumerAudio.close()
})
}

View File

@ -106,7 +106,7 @@ setTimeout(() => {
consumerVideo.close()
remoteVideo.srcObject = null
}
else if (kind === 'audio') consumerAudio.close()
else if (king === 'audio') consumerAudio.close()
})
}