Crash Fix / nullify factory after dispose
This commit is contained in:
parent
666f3ea152
commit
f3e2a55869
@ -727,6 +727,7 @@ class WebRtcPeerConnectionManager @Inject constructor(
|
||||
executor.execute {
|
||||
if (currentCall == null) {
|
||||
peerConnectionFactory?.dispose()
|
||||
peerConnectionFactory = null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user