Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
obs-webrtc: Avoid crashing on invalid answer
PeerConnection::setRemoteDescription validates the input SDP, throwing an exception whenever it is invalid. Currently, instead of handling the exception, we just crash. Instead, add an exception handler which logs a short description of the issue as well as the error message from the exception.
- Loading branch information