jiti-meet/android/sdk
Saúl Ibarra Corretgé bfa5f4c953 [Android] Fix resource leak when JitsiMeetView is destroyed
In iOS this is automagically done in the view destructor, bunt we don't have
that luxury in Java we have to do it manually.

The new disponse() method MUST be called when the Activity holding the view is
going to be destroyed, typically in the onDestroy() handler.
2017-07-28 10:50:12 -05:00
..
src/main [Android] Fix resource leak when JitsiMeetView is destroyed 2017-07-28 10:50:12 -05:00
build.gradle [Android] Use target API 23 2017-07-16 02:26:09 -05:00
proguard-rules.pro [RN] Add initial Jitsi Meet SDK for Android 2017-06-09 00:03:23 -05:00