Krupali

Results 8 issues of Krupali

I can here my self during call and also how can we manage ON and OFF status of speaker using this library? I'm using "react-native-twilio-video-webrtc": "https://github.com/blackuy/react-native-twilio-video-webrtc" in my app. twillio_video.toggleSoundSetup...

### Version Tell us which versions you are using: - react-native-image-crop-picker v0.35.3 - react-native v0.63.2 ### Platform - iOS ### Expected behaviour Rotated video remains rotated while pick it from...

I received VOIP push notification in IOS device and display incoming call screen over lock screen when device is locked. When i unlock device through slide to unlock and end...

I'm using following code to compress video. ImagePicker.openPicker({ mediaType: "video" }).then(images => { let uri = images.path const videoTools = new VideoTools(uri); videoTools.compress({ quality: 'low' }).then(details => { }); })...