Closed adamhusse818 closed 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.
Tested and it works! Nice!!
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.