Bhavin Bhanushali

Results 22 comments of Bhavin Bhanushali

iPhone 8, One plus 6, One plus Nord are the devices on which the problem was noted without doubt. Will include more devices if they experience the same problem. Also,...

Yes, I am asking the relevant permissions. I'm also asking for these permissions which are required for foreground task to work ``` await FlutterForegroundTask.requestIgnoreBatteryOptimization(); await FlutterForegroundTask.requestNotificationPermission(); ```

I did the changes and get this error when starting screen share - ``` java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1001, result=-1, data=Intent { (has extras) }} to activity {com.sprintstudio.conversations/io.agora.rtc2.extensions.MediaProjectionMgr$LocalScreenCaptureAssistantActivity}: java.lang.SecurityException:...

It seems that I've ran into a weird problem. So I added the `mediaProjection` service back. I did a `flutter clean` and ran it again. It always gives me the...

I ran the example and it ran fine. Updated Agora plugin to version 6.3.1 I removed the `flutter_foreground_task` code from my app as well. This is the error I get...

> Is it possible to provide a mini reproducible demo for this issue which should be useful for us to investigate it? @littleGnAl [Here](https://github.com/bhavinb98/agora_ss_test) Steps to reproduce - 1. Run...

Yes. One of my use-case - share a video from phone on screen share. The audio cannot be heard by other people and its also not available in the recording...

The YouTube app is one of the primary sources, other sources could be inbuilt media players, or 3rd party media players like VLC. Playing a video on a web browser...

Tested on Android API 33 emulator, as well as Motorola phones running Android 12. Will test on iOS and update

I have upgraded to Android 14, API 34. Flutter version 3.19.3 Using agora plugin version 6.3.0. I have noticed the same issue. No captured audio. I have added these permissions...