Closed kururu-abdo closed 2 months ago
Please let us know your OS, Device Model details.
Ios 7
Hey @kururu-abdo, the minimum iOS deployment target for the project is set to 12.0 as Flutter currently supports iOS versions 12 and later. So you'll need a device with iOS version 12 or higher to ensure the streams work properly.
Hey @kururu-abdo, the minimum iOS deployment target for the project is set to 12.0 as Flutter currently supports iOS versions 12 and later. So you'll need a device with iOS version 12 or higher to ensure the streams work properly.
We also test it on Ios 14
Same issue
Are you getting any errors?
Hey @kururu-abdo, We have fixed the underlying issues and updated the example with the latest version of the SDK. Please update the example and let us know if you are still facing any issues. Thank you!
Hi The isssue was related to permissions The app not ask for camera and microphone permission unless you add permissions manually to Podfile. App not apple to set permissions from info.pllist. After i did this. The app worked and the alert for permission is appeared
Hey @kururu-abdo, Yes in the latest update of the example, we have added necessary permissions to the Podfile, as the setup is required for requesting/checking permissions.
Thanks so much
I fixed my problem like this:)
I run the app on physical ios device . But video not rendering and audio not working.