webrtc-sdk / libwebrtc

A C++ wrapper for binary release, mainly used for flutter-webrtc desktop (windows, linux, embedded).
MIT License
382 stars 78 forks source link

Fix crash on windows when camera is busy #19

Closed ashellunts closed 2 years ago

ashellunts commented 2 years ago

Check if capturer creation returns null.

cloudwebrtc commented 2 years ago

LGTM