capacitor-jitsi-meet
Version:
This Ionic Capacitor plugin is created to make video calls through the free, open-sourced Jitsi video platform (https://meet.jit.si) on iOS and Android.
14 lines (13 loc) • 677 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application android:theme="@style/AppTheme">
<activity android:name="com.capacitor.jitsi.plugin.JitsiActivity"
android:excludeFromRecents="true"
android:supportsPictureInPicture="false"
android:resizeableActivity="true"
android:launchMode="singleTask"
android:theme="@style/AppTheme.NoActionBar"
android:windowSoftInputMode="adjustResize"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode">
</activity>
</application>
</manifest>