videosdk-live / videosdk-rtc-flutter-sdk-example

WebRTC based video conferencing SDK for Flutter (Android / iOS)
https://docs.videosdk.live/flutter/guide/video-and-audio-calling-api-sdk/getting-started
82 stars 30 forks source link

Video and audio not running on IOS device. #65

Closed kururu-abdo closed 2 months ago

kururu-abdo commented 2 months ago

I run the app on physical ios device . But video not rendering and audio not working.

arjun-kava commented 2 months ago

Please let us know your OS, Device Model details.

kururu-abdo commented 2 months ago

Ios 7

halima1802 commented 2 months ago

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.

kururu-abdo commented 2 months ago

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

halima1802 commented 2 months ago

Are you getting any errors?

halima1802 commented 2 months ago

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!

kururu-abdo commented 2 months ago

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

halima1802 commented 2 months ago

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.

kururu-abdo commented 2 months ago

Thanks so much

I fixed my problem like this:)