AparnaManjalavil

Results 5 issues of AparnaManjalavil

I have a doubt that could this voice sdk -io.agora.rtc:voice-sdk:3.0.0 is possible to make voice calls without creating the channel like as whatsApp voice call.

enhancement

I am planning to integrate Mesibo SDK in video call project. I found an issue only in android 10 is that incoming audio and video call window doesn't show when...

Message and calls are only possible under the same network coverage. It is not possible when the users are on far distance away

I have installed react-native-google-map-directions version 2.1.1. I added the following lines in the AndroidManifest.xml file **my code is:** const openMap=(item)=>{ let data={ destination:{ latitude:item.latitude, longitude:item.longitude }, params:[{ key:"travelmode", value:"driving" }],...

### Issue Description While running the app this warning is showing. How to fix this? ### Code Snippets MapComponent.js const snappingPoints = [draggableRange.top,draggableRange.bottom]; const [panelPositionVal, setPanelPositionVal] = useState(new Animated.Value(draggableRange.bottom)); const...