aws / connect-rtc-js

Provide softphone support to AmazonConnect customers when they choose to directly integrate with our API and not using our web app.
Apache License 2.0
80 stars 63 forks source link

don't set peer connection if it is closed #65

Closed lihanmingwustl closed 3 years ago

lihanmingwustl commented 3 years ago

Issue #, if available:

Description of changes:

don't set peer connection if it is closed

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

gargvk10 commented 3 years ago

Please add pc = null after pc.close() to clean it up properly