Revert mute-reset behavior (#369)
I have a hunch this is causing more problems than it fixes. Signed-off-by: Paul R. Tagliamonte <paul@kittycad.io>
This commit is contained in:
@ -663,8 +663,8 @@ export class EngineCommandManager {
|
|||||||
|
|
||||||
mediaStream.getVideoTracks()[0].addEventListener('mute', () => {
|
mediaStream.getVideoTracks()[0].addEventListener('mute', () => {
|
||||||
console.log('peer is not sending video to us')
|
console.log('peer is not sending video to us')
|
||||||
this.engineConnection?.close()
|
// this.engineConnection?.close()
|
||||||
this.engineConnection?.connect()
|
// this.engineConnection?.connect()
|
||||||
})
|
})
|
||||||
|
|
||||||
setMediaStream(mediaStream)
|
setMediaStream(mediaStream)
|
||||||
|
Reference in New Issue
Block a user