Hrant
Hrant
same issue
Here is my example for expo applications ``` import * as FileSystem from 'expo-file-system'; try { return await FileSystem.uploadAsync( `endpoint_url`, video_uri { fieldName: "Video Name", mimeType: 'video', httpMethod: 'POST', uploadType:...
@MartinCupela I’m having the same issue where a user leaves but is still listed in the suggestions menu. Is there any known workaround for this?