vcuse / SE-Neurology-WebClient

0 stars 0 forks source link

Fixed video screen freezing after remote user ends call #14

Closed adamhusse818 closed 4 months ago

adamhusse818 commented 4 months ago

mediaConnection.close() does not work as it should. I needed to use the peer.connections instead to see if the call has ended between the peers.

deHank commented 4 months ago

Tested and it works! Nice!!