Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
739 stars 185 forks source link

feat: Update libwebrtc m107 #843

Closed karasusan closed 1 year ago

karasusan commented 1 year ago

This PR relate the previous PR #842.

The C++ API of libwebrtc is drastically changed to add features and fix security issues, etc, so we need to continue following these changes.

Basically there are no changes on C# API, except following items.

Additionally, we need to change the development environment for native code.