haiyangwu / mediasoup-client-android

mediasoup android client side library https://mediasoup.org
MIT License
179 stars 107 forks source link

Invalid patch file #1

Closed whatisor closed 4 years ago

whatisor commented 4 years ago

I think path file is out of date. I got this issue when try to apply path: error: patch failed: build/config/android/BUILD.gn:105 error: build/config/android/BUILD.gn: patch does not apply

We should be able to use dynamic library, right?

haiyangwu commented 4 years ago

The path file is just for webrtc#m74. It worked fine for me. Please check your webrtc version.

We should be able to use dynamic library, right?

Use static library is better for we can debug with webrtc in some cases.