webrtc-sdk / libwebrtc

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

Fix the crash issue for invalid candidate or session description #92

Closed wanchao-xu closed 9 months ago

wanchao-xu commented 9 months ago
  1. If the candidate or session description is empty or invalid, crash will happened.
  2. Format the source with google style.