Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

Video Call not supporting with High Resolution in iOS.

K__Srujan
Beginner
399 Views

Hi Team,

When creating ICSLocalStream we will initialise with ICSVideoTrackConstraints with HIGH SUPPORTED resolution w.r.t device compatibility. Now if we do init local stream with HIGH RESOLUTION the local stream is Pausing/ Stuck after 25-35 seconds, in SFU Mode.

Please find below code.

//// Code Starts ///////

let constraints = ICSStreamConstraints.init()

constraints.audio = true

constraints.video = ICSVideoTrackConstraints.init()

constraints.video?.frameRate = 24 

constraints.video?.resolution = CGSize(width: 1920, height: 1080) // Supported maximum resolution..

constraints.video?.devicePosition = .front

var errorObj : NSError?

localVideoStream = ICSLocalStream.init(constratins: constraints, error: &errorObj)

////// Code Ends //////

 

 

Thanks,

Srrujan K.

0 Kudos
4 Replies
K__Srujan
Beginner
399 Views

Hi Team,

Any update on the above?

0 Kudos
K__Srujan
Beginner
399 Views

Hi Team,
 

Any update would be appreciated?

0 Kudos
K__Srujan
Beginner
399 Views

Hi Team,

Any response would be appreciated?

 

Thanks,

Srujan K.

0 Kudos
Jianjun_Z_Intel
Employee
399 Views

Hi Srujan,

The highest resolution we tested is 1080p. We didn't test higher resolution because of performance and battery usage considerations.

0 Kudos
Reply