Closed alimomin closed 2 years ago
Looking into this a little further, because this seemed to only happen on release builds I figured it might be a ProGuard issue. In the logs there was more information about missing classes. Adding the following to the ProGuard file fixed the issue:
-keep class org.webrtc.** { *; }
-keep class com.millicast.** { *; }
I have integrated the Millicast Android SDK (v1.3.0) with my app. When running the debug variant, everything seems to work fine but when I build and run the release variant of the app, the app crashes right on start up. It seems to crash on the line where I do
Client.initMillicastSdk(this)
in myApplication
class. The following is the what shows up in the logs: