Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i suspect that peerConnectionFactory could have been null because e.g. "hangup()" was already called which sets it to null. Because of some async task getOrCreatePeerConnectionWrapperForSessionIdAndType might still be called afterwards and it failed because peerConnectionFactory was already null. Signed-off-by: Marcel Hibbe <[email protected]>
- Loading branch information