Crash Fix / nullify factory after dispose

This commit is contained in:
Valere 2020-06-19 10:05:51 +02:00
parent 666f3ea152
commit f3e2a55869
1 changed files with 1 additions and 0 deletions

View File

@ -727,6 +727,7 @@ class WebRtcPeerConnectionManager @Inject constructor(
executor.execute {
if (currentCall == null) {
peerConnectionFactory?.dispose()
peerConnectionFactory = null
}
}
}