Commit c9933504 authored by Martin Santangelo's avatar Martin Santangelo

(feat) receive supporting more video formats

1 merge request!377Udpate app to react native 0.61.4 and jitsi 2.4.0
......@@ -71,7 +71,7 @@
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="video/mp4" />
<data android:mimeType="video/*" />
</intent-filter>
</activity>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
......
Please register or to comment