webRTC

hi i create a voice and video stream in my game with webRTC and when build for android doesn’t work it and in android logcat show me this messgae unity unable to find libwebrtc and i build ill2cpp and arm64.

First find out if webRTC works on Unity and for the specific version of C# and .NET runtime your version of Unity uses.

If it does, go back and make sure you properly integrated the webRTC package, as it sounds like perhaps you left out some critical components such as the library binaries, at least if they exist for Android.

Otherwise you might want to look into turnkey asset store packages that could help you integrate this.