WebRTC-iOS icon indicating copy to clipboard operation
WebRTC-iOS copied to clipboard

video Quality issue

Open Shahbaz-Akram opened this issue 1 year ago • 3 comments

am facing video quality issues in the app from iPhone x to iPhone 7 pro call.

Shahbaz-Akram avatar Dec 07 '22 06:12 Shahbaz-Akram

Hi @Shahbaz-Akram WebRTC automatically adjusts video quality according to network conditions and webRTC configuration. Make sure you have stable network on both devices.

stasel avatar Dec 20 '22 19:12 stasel

Hi @stasel Is it possible to prevent WebRTC adjust video quality and bitrate even if the network is not stable, but to reduce FPS? May be you can point the place in documentation I can find the answer?

pl-wonny avatar Jan 30 '23 16:01 pl-wonny

Hello,

I'm also looking to "force" resolution.

I've identified this :


let constrains = RTCMediaConstraints(
            mandatoryConstraints: self.mediaConstrains,
            optionalConstraints: nil
        )

But I don't find the key for width and height

Goule avatar Jan 22 '24 17:01 Goule